为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Adobe flashplayer is "Never Activate" no matter if I Activated already

  • 9 个回答
  • 1 人有此问题
  • 3 次查看
  • 最后回复者为 cor-el

more options

I am running a script in Selenium Webdriver with Java through Eclipse in Macbook and everytime it is displaying an "Adobe flashplayer" icon, I installed it already and I Activated in Plugins the Shockwave Flash but everytime this icon is being displayed and everytime the Shockwave is displayed as "Never Activate" Could you help me with this problem please?

Thank you

Arturo Martinez

I am running a script in Selenium Webdriver with Java through Eclipse in Macbook and everytime it is displaying an "Adobe flashplayer" icon, I installed it already and I Activated in Plugins the Shockwave Flash but everytime this icon is being displayed and everytime the Shockwave is displayed as "Never Activate" Could you help me with this problem please? Thank you Arturo Martinez
已附加屏幕截图

由artmy_mx于修改

所有回复 (9)

more options

It could be because of this : Firefox 61.0b5

Try removing Flash :

Shutdown Firfox from the 3Bar Menu --> Exit Then reinstall below. Flash Player Version: 30.0.0.113 Current Version https://get.adobe.com/flashplayer/otherversions/ Step 1: Select Operating System Step 2: Select A Version (Firefox, . . . .) Note: Other software is offered in the download. <Windows Only>

more options

I followed the process and the same situation, every time running my Selenium script display the Adobe icon

more options

Then I would suggest there is a error in your script that is causing the error call for Flash.

If this is not large or it can be viewed by the public then upload it and someone may see the problem.

more options

I notice your Wildvine is showing it is being installed. Are you having any issues with Video ? How long has it been saying it will install shortly ?

Try Firefox Safe Mode to see if the problem goes away. Firefox Safe Mode is a troubleshooting mode that temporarily turns off hardware acceleration, resets some settings, and disables add-ons (extensions and themes).

If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:

  • Click the menu button New Fx Menu, click Help Help-29 and select Restart with Add-ons Disabled.

If Firefox is not running, you can start Firefox in Safe Mode as follows:

  • On Windows: Hold the Shift key when you open the Firefox desktop or Start menu shortcut.
  • On Mac: Hold the option key while starting Firefox.
  • On Linux: Quit Firefox, go to your Terminal and run firefox -safe-mode
    (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)

When the Firefox Safe Mode window appears, select "Start in Safe Mode".

SafeMode-Fx35

If the issue is not present in Firefox Safe Mode, your problem is probably caused by an extension, theme, or hardware acceleration. Please follow the steps in the Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems article to find the cause.

To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.

When you figure out what's causing your issues, please let us know. It might help others with the same problem.

由Shadow110于修改

more options

Well, not sure exactly what error could be because it is the script trying just to display the Login page:

public class Login {

public static void main(String[] args) { // TODO Auto-generated method stub

WebDriver driver=new FirefoxDriver();

driver.get("http://devel.corp:9250/e/tt/index.jsp#");

System.out.println(driver.getTitle()); System.out.println(driver.getCurrentUrl());

               driver.switchTo().alert().dismiss();

}

}

That's it

more options

Note that Firefox 61 is in release candidate state (61.0 build2), so make sure to update regularly. Developer Edition has moved to 62.0

  • Firefox -> About Firefox
more options

I have the current Firefox version 61.0

more options

The current Firefox Release is 60.0.2 as you can see on www.mozilla.org/firefox/all/ as Firefox 61.0 is not scheduled for Release until June 26.

more options

Because it is a release candidate it behaves like a release build and thus identifies as 61.0 in "Help -> About Firefox". You can see the update channel in this window (You are currently on the beta update channel).