Skip to content

Component not initialized #311

Discussion options

You must be logged in to vote

Add reference to the comments in the issue for reference #190 (comment) below:

I have found that there is a default preferences being loaded. See FirefoxProfile.java

Workaround: In resources you need to have /org/openqa/selenium/firefox/webdriver_prefs.json that sets prompts.tab_modal.enabled to true.

Sample webdriver_prefs.json based on default file in which prompts.tab_modal.enabled is true:

{
  "frozen": {
    "app.update.auto": false,
    "app.update.enabled": false,
    "browser.displayedE10SNotice": 4,
    "browser.download.manager.showWhenStarting": false,
    "browser.EULA.override": true,
    "browser.EULA.3.accepted": true,
    "browser.link.open_external": 2,
    "browser.link.…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by AutomatorGuy123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant