nateshmbhat / webbot

Web automation library for simple and easy end to end testing and web browser automation that offers super charged features while keeping it simple to use and master
https://pypi.org/project/webbot/
Mozilla Public License 2.0
239 stars 87 forks source link

Remove info bars at top of chome window #25

Open mi1knc0okies opened 4 years ago

mi1knc0okies commented 4 years ago

I used webbot to set up a dashboard in our office. When chrome opens up it displays

Browser is being controlled by test sofware

Is there a way to remove this? I know that in selenium you can disable it through chrome.options.

chessboards commented 4 years ago

Add options.add_experimental_option("excludeSwitches", ["enable-automation"]) under _ init _ in webbot.py