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 it possible to install browser extensions or plugins into the browser that BAS is using? How?
Is it possible to control an external browser? How?
@caplaz
Right now no.
No, BAS has internal browser, if you looking for system browser automation try imacros or uipath
@support More than a year has passed. Now there is an opportunity in your browser to install extensions from Google Chrome? Very important
@Кирилл Were you able to install an extension onto the browser? i tried drag and drop but didnt seem to work, any work around?
@jd-ofm that's on browser settings > addons just put in your addon ID, that's it
@Roy-Mustang e5989c5a-7626-4c1d-a311-0ce574c14d90-image.png after I get two verision is "138.0.7204.50", "137.0.7151.56" and add 137.0.7151.56 to "Browser version" then run profile its showing this error , add 138.0.7204.50 its still working fine
@Mister-0 said in need help accessing the bablosoft browser port:
I need to connect with puppeteer to obtain requests from a page but I need to capture the browser port automatically, any ideas?
Have you searching this forum? We have a few examples showing how you can capture the remote debugging port from the BAS browser.
thank you very much it works now !
Does enabling this option reduce security ?
@peellpeell
if you know what time is it, why dont set a timer?
run 2 threads, one for waiting 14 minutes (or whatever), second doing your job.
tell first one to set variable to false or true when 14minutes passed, and when that variable is false/true dont load any page in other thread
(PS u might want to use global variables)