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 பதிலளிப்புகள்
  • 2 இந்த பிரச்னைகள் உள்ளது
  • 4 views
  • Last reply by subhamkr

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)

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.

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).