11

'Firefox stopped working' when running the Selenium script

 2 years ago
source link: https://www.codesd.com/item/firefox-stopped-working-when-running-the-selenium-script.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

'Firefox stopped working' when running the Selenium script

advertisements

When I run my script on Firefox, my browser shows the dialog below that Firefox has stopped working. How can I fix this?


I also faced the same issue. Check the version of your firefox browser and your selenium version. Selenium does not support firefox browser above version 46. I think your browser might be autoupdated to 47.

Related Articles

How do I fix the Visual Studio 2015 exception Microsoft.vshup.server.httphostx64.exe stopped working when running the project

I installed Visual Studio Community 2015 and I created a project, but when I run the project I get this exception: Microsoft.vshup.server.httphostx64.exe has stopped working I am using Windows 8. I would appreciate it if you could help me.This is a b

Selenium (Java) - Creating log files when running the Selenium script from a batch file

I need to run my Selenium(Java) script in different machine. So I'm exporting the script to a jar and executing it from a batch file. I would like to know if there is anyway I can create a log for my script while executing it from a batch file and st

While running the Selenium script getting org.openqa.selenium.firefox.NotConnectedException

While running my Selenium Script getting Exceptions org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output: This gets resolved whenever i uninstall and then install t

AppleScript access is not allowed when running the shell script

New to AppleScript but I'm trying to migrate over from terminal scripting. After much research I am having issues trying to get a shell script running from within the .app file. What I have so far: to the_foo() tell application "Finder" set curr

How to remove the prompt when running the Linux script from Windows?

I wrote the following VBScript in order to run the Linux script from windows by using the plink.exe tool. user - root1 , password - adhdh my VB script: Const Host = "110.18.3.32" Set Sh = CreateObject("WScript.Shell") Const cstrSftp1=&

problem when running the shell script using java

I have a shell script named test.sh in /tmp/padm folder. In that shell script I have a single statement echo "good" I am trying to run the shell script using Java code. String cmd=("/tmp/padm/.test.sh"); Runtime rt = Runtime.getRuntime

selenium css selector or xpath for the complex class does not work when running as a script

The following code, which extracts elements using css selector, works in the ipython3 terminal, but doesn't find the elements when run as script: from selenium import webdriver driver = webdriver.Chrome() url = scrape_url + "&keywords=" + ke

Change the working directory in my current shell context when running the Node script

I am trying to change the working directory of my Node.js script when it is run from a bin script. I have something like the following: #!/usr/bin/env node process.chdir('/Users') When I then run this file with ./bin/nodefile, it exits, but the worki

Manual entry of the user when running the selenium IDE script

can user is able to give manual input while running selenium IDE script? For ex. If there is name field then can we open input box everytime script runs so that user can give his input for name field? Let me know whether it is possible or not.. If ye

Print fields do not work when running the html form

I am trying to run a simple PHP-HTML code , that prints the entered text-fields ex.html <html> <body> <form action="exx.php" method="get"> Name: <input type="text" name="name"><br> E-ma

eclipse stops working when editing the javascript file

My eclipse stops working and gives me error ("eclipse requesting javascript AST from selection has encountered a problem") when I open javascript file to edit in eclipse. That problem occurred in eclipse indigo, but now I have the latest version

Can not find my variables when running the Perl script with cron

I'm facing a very strange problem. I'm running a script on a Squeeze Server with perl 5.10.1 from backports running. When I run the script from the console, it works perfect. But when I tried to run it with cron, it gives errors like the "my var, my

How to call a function in another PowerShell script when running the PowerShell script using 'Run with PowerShell'

I am starting to use PowerShell and am creating functions in a 'library' file to improve readability which I then call from my 'worker' script. =================== Library file ========================== function ShowMessage($AValue) { $a = new-objec

Disable all dialogs in Excel when running the VB script?

I have some code in VB that saves all XLSM files as XLSX. I already have the code that will do that for me, but dialog boxes show up for every action. This was fine for a few dozen files. However, I'm going to use this on hundreds of XLSM files at on

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK