@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')]
@DaHammer said in Manual Browser Control does it open the browser automatically?:
If I run a script in without browser open when Manual Browser Control fires will it automatically open up or alert me in someway?
can't you check it yourself?