본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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

  • 8 답장
  • 2 이 문제를 만남
  • 37 보기
  • 최종 답변자: 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.

모든 댓글 (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 ,

글쓴이 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.