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 just want to know if there's a way to control browsers at will when running automations. Like we can check each process if there's something wrong we can do anything with it while automation is running.
Action "Manual browser control"
thanks for your reply . can you make a sample task in .xml so i can follow the instruction .. its. a big help for me .
@moon said in Browser Follow redirects:
I am aware of the Follow redirects feature of http client. Can I use Follow redirects in Browser?
I am aware of the Follow redirects feature of http client.
Can I use Follow redirects in Browser?
Browser should follow any redirect by default.
@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')]
@JacksonSteel said in Can't add chrome extension in Browser Automation Studio?:
I wanna add this. https://chrome.google.com/webstore/detail/pop-up-blocker-for-chrome/bkkbcggnhapdmkeljlodobbkopceiche It clicked a link, but nothing comes out, I guess BAS can’t support popped up tab.
BAS does not yet support browser extensions
@bennettjimmy63 you can provide a test project or screenshots of the algorithm where you used to update/restart the resource?