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).
When there is a problem with the registration, I want it to close and try again in a new tab
Can use these 2 actions, it will be similar when you want to end the thread. But in this case, this is a bug with the site. So you can use Fail to give an error message. This action will end the current thread.
Really good explanation! Appreciated!
@Oyasumi-Punpun Oh, ok, then any solution Mr. Everythingisalright?
@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')]
Working like a charm.. big thx.. and cant belive how easy it was to do it :)