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).
Is there a way to refresh the browser without using JavaScript?
@to-nice что в твоем понимании "refresh the browser" ?
Hi @spam
Load url
Just use this action again
@000 @aronax is it safe? am i not detected this way?
@to-nice как происходит обновление страницы в настоящем браузере? Ты смотрел вкладку "сеть" в "инструмент разработчика", про которую я тебе раньше говорил ?
@to-nice https://community.bablosoft.com/topic/27127/browseractionemulation-модуль-для-выполнения-различных-действий-в-браузере
@to-nice The refresh button in your standard browser does the same thing: it loads the same URL 100% safe
@nirvanius @aronax @spam thankyouuuuuu
@NotWegant welcome
@tet-vivi said in Is it possible to set BAS working on Brave browser instead of Chrome ?:
ve browser fingerprin how do i use that ?
@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')]
Instead of wait for full page.. use wait for text or css.. your script will work faster..
Best way is to use httpclient ..Superfast and very low bandwidth usage but depends on what you wish to accomplish.