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).
Hi, I have free version of BAS 24.1.1.0 . My script working succesfully on record mode but when I click Run mode, Failed to start browser, not enough system resources show. How I solve it?
https://community.bablosoft.com/topic/16881/failed-to-start-browser-not-enough-system-resources
@insanebotter
Latest version of BAS https://bablosoft.com/distr/BrowserAutomationStudio/28.8.1/BrowserAutomationStudioInstallAllInOne.exe
In the fingerprint settings (if used), select Browser Version: current
Couldn't replicate it, everything works as it should. Here's the video: 123.webm Perhaps I'm doing something wrong?
@Fox Oh, I didn't think I could run it as a child process with .exe - thanks!!
@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')]
@andy231 said in Correct way to loop through all entries of a database resource?:
линию в цикле или на запуск потока и отключить ресурс повторного использования, чтобы каждый раз, когд
How about limiting the number of elements in the resource?