Exbrowser

Month: July 2021

  • How to handle the Automation Infobar in Chrome Selenium Automation

    How to handle the Automation Infobar in Chrome Selenium Automation

    Google added a new security feature to chrome. So automation engines like Selenium will now trigger a “Chrome is remote-controlled” info bar to the browser. Now a lot of people freak out and try to disable and hide this. Which in my opinion is the wrong way to address this. Because you can’t hide it.…

  • ExBrowser with FF custom Profiles and Plugins

    ExBrowser with FF custom Profiles and Plugins

    ExBrowser with FF custom Profiles and Plugins Version Overview: EXB: 2.006 FF: 73.0 Ubot: 5.9.55 I created a custom FF profile (firefox.exe -p). And installed two extensions into that profile. Now, when I tried to load that profile via EXB and portable chrome, something strange happened. FF loaded the profile, and I saw the two…

  • How to build a very quick scraper with ExBrowser Plugin

    How to build a very quick scraper with ExBrowser Plugin

    With ExBrowser Plugin and Ubot Studio you can build tools very quickly. In this Video I will show you, how I created a quick website scraper to extract some email adresses within just 6 Minutes.

  • Scrape Text with ExBrowser Plugin

    Scrape Text with ExBrowser Plugin

    If you try to scrape Text from a website, it’s normally enough to use the $ExBrowser Scrape Element function. That function will extract the “textContent” of an element. But sometimes there is a difference between textContent and innerText. It depends on the data you want to scrape. So in case the $ExBrowser Scrape Element function doesn’t give you the correct…