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).
Hello, I want to open the Google Chrome profile on my computer or the driver I have specified in the browser automation studio program, how can I do this?
BAS работает только с браузером
What exactly do you want to achieve?
@lacers123 said in Username or password incorrect error when signing up in the browser:
Does anyone have any information on how I can fix this?
@BAS-Viet-Nam Thanks for responding. I thought it can be handled by using a Javascript code
@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')]