Selenium disable add-ons pop-up for Custom firefox profile
Here is the way to disable add-ons window which appears every time when selenium scripts are run on Custom Firefox Profile.
Close all instances of Firefox browser and delete the following files from the Custom Profile folder, this should reset Extension Manager and disable add-ons pop-up: - extensions.cache
- extensions.ini
- extensions.rdf
- compatibility.ini
This Add-ons pop-up will not displayed the next time you run selenium scripts.
To find the Firefox profile, type in cmd run prompt "%APPDATA%\Mozilla\Firefox\Profiles\" press enter
No comments:
Post a Comment