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 have had this before, write file command just doesn't work properly.
Reproduces on record mode
No log / Screenshots, It just doesn't work. Tried Node, CMD aswell
Windows 10, Latest BAS 22.9.1
@HELP_ME attach the test project file
Answer from @Fox : The service domain has moved, for the action to work, in the "Server URL" option you need to specify the value "api.cap.guru".
@jd-ofm Its worked thanks man
You get any answer ? i'm facing the same issue
@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')]