We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

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

  • 8 პასუხი
  • 2 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 37 ნახვა
  • ბოლოს გამოეხმაურა Amogh

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.

ყველა პასუხი (8)

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 ?

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 ,

ჩასწორების თარიღი: , ავტორი: Amogh

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

  • plugins.http_https_only
  • plugins.flashBlock.enabled

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)

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

Hi Corel,

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

Anyways i appreciate your help.

Thank you.

Try to ask advice at the Stack Overflow forum site.

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