為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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

  • 2 回覆
  • 2 有這個問題
  • 1 次檢視
  • 最近回覆由 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.

所有回覆 (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).