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).
I need to pay for a ChatGPT account, stripe always refuse payment (my personal card, and tested using my home ip, something is wrong with browser)
attempt with different card, it works
But i can pay with the same card in my notebook
@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')]
nope. last days no changes.
@GaG No it wasn't the issue, else is not in parenthesis so it's gonna execute anyway. I know that's not the ideal code :P
P.S- the above guy's solution worked.