This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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

Functions and features are diffrent of same version not working properly fine.

  • 2 odgovori
  • 2 ima ovaj problem
  • 1 view
  • Posljednji odgovor poslao subhamkr

more options

Hello, I have a problem with my firefox file, when i am exectuing firefox by selenium automation tools, then the working and funcanility of the Firefoe is totally changed. its not working properly like ,when i am opening general firefox verson.(21.0). When i given anylink by the help of selenium firefox execution the firefox stops working.i am doing selenium with the help of java ecilips. i am using this code for executing firefox:


package commonUtilLib;

import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxDriver;

public class Driver { public static WebDriver driver=new FirefoxDriver(); Driver.driver.get("http://google.com"); }

please tell me which .exe file is executing by selenium, and why this problem occurs. Thanks Thanks.

Hello, I have a problem with my firefox file, when i am exectuing firefox by selenium automation tools, then the working and funcanility of the Firefoe is totally changed. its not working properly like ,when i am opening general firefox verson.(21.0). When i given anylink by the help of selenium firefox execution the firefox stops working.i am doing selenium with the help of java ecilips. i am using this code for executing firefox: package commonUtilLib; import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxDriver; public class Driver { public static WebDriver driver=new FirefoxDriver(); Driver.driver.get("http://google.com"); } please tell me which .exe file is executing by selenium, and why this problem occurs. Thanks Thanks.

All Replies (2)

more options

Hi subhamkr, This may be beyond the scope of this forum, however I would also recommend posting your question to stackoverflow.com or selenium firefox's support.

more options

I have written some browser automation tests using selenium and the java binding (using eclipse).

after save the data successfully, one popup window is coming with customer id, and wants to capture that id from that popup box, but the data is not saving , and no any popup message box is coming.

Can this be achieved somehow?

I have still not found a good reference to selenium (google code is quite good, but it seems to miss some parts).