@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')]
Hello,
Anyone encountered this type of problem?
I am using recaptcha v2 this site on record mode without problem.
It is solved and i click signin button and login in the site is successfull.
But as soon i use the same script in 1 thread mode the captcha seems to be solved (but i can not see it in http debugger) then after clicking the signin button i got recaptcha error!
I have tried 3x record mode it works and tried 3x on thread mode and it fails everytime
Thanks in advance