Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello, when I transfer the profile file used on another computer to my own computer and run it, it does not come with the information in it. This problem did not exist before, but now it started to happen.
@ersntas11 недостаточно информации
BAS needs to have specific custom cookies format. write to export cookies with BAS directly
@Fox Oh...I got it, thank you!
@Hifive said in Xpath does not work with Mobile browser:
xpath> //a[contains(@ref, 'contact')]
Maybe "href" instead of "ref" >>>
xpath> //a[contains(@href, 'contact')]