Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

While Automating Websites through Selenium, FireFox(Version:60) is blocking Flash Objects automatically. How to stop firefox from doing that?.

  • 8 odgovori
  • 2 ima ovaj problem
  • 40 views
  • Posljednji odgovor poslao Amogh

more options

While Automating Websites through Selenium, FireFox Quantum browser is blocking Flash objects , hence Driver is not able to click on the Flash object element.

Note: I had set manually "Always Activate" option in Adobe Shockwave Flash player, but still when scripts are running through selenium, Firefox is disabling the Flash buttons.

Please provide me with the solution asap.

Thanks in Advance.

While Automating Websites through Selenium, FireFox Quantum browser is blocking Flash objects , hence Driver is not able to click on the Flash object element. Note: I had set manually "Always Activate" option in Adobe Shockwave Flash player, but still when scripts are running through selenium, Firefox is disabling the Flash buttons. Please provide me with the solution asap. Thanks in Advance.

All Replies (8)

more options

Hi, can you provide a URL please.

Are you saying that it deactivates the block icon in the address bar to allow and any other block icon on the object ?

more options

Firefox disables shockwave flash plugin option to "Never Active" and "Block dangerous and intrusive Flash content" option is selected while running scripts through selenium webdriver. Because of it, unable to click on Flash objects.

I have tried below options but didn't work for me.

Tried manually setting shockwave flash plugin option to "Always Activate" and deselected "Block dangerous and intrusive Flash content" option. Used below code in configuration file. profile.setPreference("dom.ipc.plugins.enabled.libflashplayer.so","true"); profile.setPreference("plugin.state.flash", 2);

Please find screenshot of the Flash object ,

Izmjenjeno od strane Amogh

more options

If this is about local files (file: protocol) then check this pref on the about:config page.

  • plugins.http_https_only
  • plugins.flashBlock.enabled
more options

Hi cor-el,

plugins.http_https_only was set to True and plugins.flashBlock.enabled was set to False by default .

I tried changing all the possible combinations of *plugins.http_https_only and

  • plugins.flashBlock.enabled, still when my script is running, Shockwave Flash is set to "Never Activate" in Firefox quantum browser(Version:60.0) but same issue is not noticed in older versions of FireFox broswer(version:46)
more options

When both prefs are set to false and the Shockwave Flash plugin is set to always activate then there is not much that can be done if it is still not working.

  • plugins.http_https_only = false
  • plugins.flashBlock.enabled = false
  • plugin.state.flash = 2
more options

Hi Corel,

I tried the solution provided by you, but it din't work for me.

Anyways i appreciate your help.

Thank you.

more options

Try to ask advice at the Stack Overflow forum site.

more options

I have posted in Stackoverflow forum and Adobe forum also, i have not received any working solutions yet.