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).
Any solution or idea on how to use bas to automate external chrome browser
@likealife no way
By default, when starting a new thread, your browser is already in incognito mode.
@Oyasumi-Punpun So the answer to @kingdomtiz question is ultimately no. Thanks for response.
Anyone?
@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')]
@ruzne
Many thanks, now is clear.