firefox « selenium « Java Testing Q&A

Home
Java Testing Q&A
1.Development
2.FindBugs
3.HTMLUnit
4.hudson
5.junit
6.performance
7.plugin
8.profile
9.selenium
10.Tools
11.unit test
Java Testing Q&A » selenium » firefox 

1. Why isn't Selenium capturing my keystrokes?    stackoverflow.com

I'm trying out the recorder of the latest Selenium IDE Firefox extension on win32/ff3. On one page, currently I have to hit Enter to go to the next page, but it's not ...

2. How do I continuously run a single test case using Selenium?    stackoverflow.com

I have recorded a very simple test case Using the Selenium IDE integrated with Firefox. I want the test case to run continuously over a period of time. How ...

3. Using waitForCondition ( script,timeout ) in Selenium IDE    stackoverflow.com

I recorded a script using the Selenium IDE extension for Firefox, and I would like to add the command waitForCondition. I see it takes two arguments: script and timeout. In Selenium ...

4. Programmatically remove Firefox's license agreement dialog    stackoverflow.com

I am running regression tests with Selenium and am automatically launching instances of Firefox. The problem is my tests get stuck because of Firefox's license agreement dialog: Copyright notice

5. Problem with SelfSSL and Firefox 3    stackoverflow.com

I have a IIS website with a security certificate setup using SelfSSL (part of the IIS Resources toolkit). The certificate appears valid when I view it in ISS and it works ...

6. Access to file download dialog in Firefox    stackoverflow.com

Is there any kind of API that can allow me to manipulate a file download dialog in Firefox? (I want to access the one that appears when user does something, not initiate ...

7. Selenium IDE 1.0.2 in Firefox 3.5 on Mac    stackoverflow.com

I've tried installing Selenium IDE from their website. The newest version - 1.0.2 - installs fine. After restarting Firefox, I go to "Tools" > "Selenium IDE", and this window opens:

8. Selenium not working with Firefox 3.x on linux    stackoverflow.com

I am using selenium-server , selenium rc for UI testing in my application . My dev box is Windows with FireFox 3.5 and every thing is running fine and cool. But ...

9. Selenium keypress esc not work in FireFox    stackoverflow.com

I wrote this code for my unit tests in c# with selenium to test my web application. In particular I'm testing that the window for the tooltip is properly displayed and ...

10. any new firefox 3.5.X security improvements that'd prevent access "chrome://" uri paths in markup?    stackoverflow.com

A little context: I'm trying to build and run the unit tests for the source of the Selenium IDE plugin. Everything builds correctly (through maven commands, et al) and the unit ...

11. How to set Firefox Profile: Selenium RC, .Net Client Driver?    stackoverflow.com

I'm using Selenium RC + .Net Client Driver. I've created a Firefox profile in my c:\selenium\ directory. Here's my code:

Dim MySelenium As ISelenium = Nothing
MySelenium = New DefaultSelenium("localhost", 4444, "*custom C:/Program ...

12. Firefox 3.6 update breaks selenium    stackoverflow.com

I'm unable to run any selenium tests since I updated Firefox to 3.6. Is it happening just to me or is it everybody? Error message I get is: Could not start Selenium ...

13. Selenium-rc: is there a way to change the user-agent without changing the Firefox profile    stackoverflow.com

I want to run tests that change the user-agent in the http request sent from the browser (like the FF add-on, user agent switcher does). I saw you can do it ...

14. Selenium Webdriver (FirefoxDriver)    stackoverflow.com

I'm using Selenium Webdriver to do some robottesting. Since some functions appear to only work in Firefox, I'm obligated to use Firefoxdriver. Now and then, something weird happens. Starting up te driver ...

15. How to enable ActiveX controls in firefox?    stackoverflow.com

I have an application which uses ActiveX controls. I want to automate this using Selenium IDE. But when i launch the application i end up in an error message "Turn on ...

16. How can I search for a text and fill/click on a link with Selenium?    stackoverflow.com

Here's the deal: Is there a way to search for an input name or type witch is not precise and fill it? For example, I want to fill any input with the ...

17. Webdriver and proxy server for firefox    stackoverflow.com

are there any ways to set firefox's proxy settings? I found here information about FoxyProxy but when Selenium works, plugins are unactivated in window.

18. How do I change Firefox config programatically at runtime?    stackoverflow.com

I want to use selenium/JUnit to do some mobile emulator testing using the FireMobileSimulator plugin. Given that the plugin can emulate a number of different phones, I'd like to be able ...

19. HTTP Basic Auth via URL in Firefox does not work?    stackoverflow.com

I know that normally you can login to sites that require HTTP basic authentication with Selenium by passing the username and password in the URL, e.g.:

selenium.open("http://myusername:myuserpassword@mydomain.com/mypath");
I've been running a Selenium ...

20. Selenium: Can I tunnel through an *External* HTTP/SOCKS proxy over Firefox?    stackoverflow.com

I know Selenium Server acts AS a proxy. But I want to know if I can instruct a test to connect through to either a SOCKS or plain http proxy, eg: ...

21. Selenium Firefox Open timeout    stackoverflow.com

Using Windows 2008, C#, Firefox 3.5.1, Selenium RC (v1.0.1) When it works, this code executes very quickly and the page loads within .5 seconds. However, the session always seems to fail after 3 ...

22. Firefox not closing after selenium tests are run    stackoverflow.com

Firefox runs, but when the tests finish executing Firefox stays up. This is on Debian Linux with Firefox 3.6.

23. custom firefox profile in selenium causes addons to be incompatible    stackoverflow.com

Now this is tricky. I am trying to do WAP testing using firefox and selenium. For that I've created a custom profile and installed a plugin called modify headers. When I ...

24. SeleniumRc - Firefox fails to start    stackoverflow.com

I am using Selenium-Rc 1.0.3 with Firefox 3.6.8. I started Selenium-Rc with -firefoxProfileTemplate option after creating a different Firefox profile for it. Each time I start the test and check the ...

25. Firefox windows don't close after Selenium test has run    stackoverflow.com

I've been running my selenium tests using selenium rc for about 6 months and suddenly the firefox windows selenium opens do not close when the test is finished. I am using ...

26. How to get Firefox instances launched by Selenium server to remember form history?    stackoverflow.com

I have a special profile for my Selenium server with various form history in it, and when I launch Firefox regularly I can indeed use them. However, when Selenium server launches ...

27. howto hide firefox add-on popup initiate by selenium rc?    stackoverflow.com

everytime i test my selenium test, the instant of firefox will popup and show page of selenium rc. It's ok and cool. But i have problem. For every test i also ...

28. Selenium2 profile to accept untrusted certificates    stackoverflow.com

I'm trying to use a firefox profile with selenium2 to accept untrusted certificates, but without any success. I'm using 2.0a5 of the selenium jar. If I start firefox with ...

29. Selenium - Custom Firefox profile    stackoverflow.com

I've setup a new firefox profile for use with Selenium (accepted certificate warnings for local QA site). But, I keep getting told the profile directory does not exist. This is the line from ...

30. Select selenium element by name with parantheses?    stackoverflow.com

I have the following input element: <input name='selected(1234)' type="checkbox" /> When I record, I get this:

Command: click
Target: selected(1234)
This doesn't find the element, and neither does Target: name=selected(1234) My assumption is that the parentheses are somehow ...

31. Selenium cannot find text box    stackoverflow.com

I am trying to record my test on a major web based application in Firefox using Selenium IDE. There are some textboxes in one web page where I want to input ...

32. Dealing with Firefox 4's new "data entered" confirmation dialog in Selenium IDE    stackoverflow.com

I'm trying some S-IDE tests in Firefox 4 beta 7 that work fine in 3.6. One thing I can't seem to figure out is an automated way to interact with ...

33. Is waitForPrompt broken in Selenium IDE under Firefox 4?    stackoverflow.com

My FF3.6 test fails on FF4b7 with Selenium 1.0.8, waiting forever when a prompt() call is issued. Is there a workaround?

34. How Does One Indicate the Firefox Profile With RemoteWebDriver    stackoverflow.com

Looking at the Selenium 2.0 (alpha 7) source it appears to be possible to set the Ff profile of the RemoteWebDriver via the capabilities API. Yet it is not clear how ...

35. Selenium - how to turn on firebug with console, script and net    stackoverflow.com

I have set up a custom firefox profile and load it when selenium RC starts. The profile has firebug installed, and when I manually launch firefox with that profile, firebug ...

36. Selenium RC does not open firefox on Ubuntu    stackoverflow.com

When I use the Selenium RC 1.0.3 on windows everything works fine. When I config the client to use selenium on Ubuntu 10.10 what happens is that the RemoteRunner is opening and ...

37. assertValue doesn't work on select boxes with the Selenium IDE Firefox plugin    stackoverflow.com

I'm using Selenium IDE in Firefox to build test cases. When I right-click on a select box and choose "Show All Available Commands," assertValue is always grayed out. With text boxes and ...

38. How to tell when Firefox completes a download?    stackoverflow.com

I'm writing a program that needs to know when Firefox completes a download. I'm not looking for a hack, like looking in the download directory to see if the file size ...

39. How to handle selenium crashes    stackoverflow.com

I am currently automating tests with selenium RC which run every hour. Everything runs smoothly most of the time but there are some times where either firefox will crash or the ...

40. Can't open Firefox with profile (not temporary) with Selenium    stackoverflow.com

I want start firefox with my custom profile, and when I add some plugins (for example) in this session starting from selenium I want he do not forgot them. I started selenium ...

41. selenium rc -running specific firefox version    stackoverflow.com

I have 2 Firefox versions and I want to run the selenium with particular version (both), so I used * custom option in code as below!

RemoteControlConfiguration rc = new RemoteControlConfiguration();
File f ...

42. can I use Selenium IDE 1.0.10 with FF4.0 yet?    stackoverflow.com

I've managed to install Selenium IDE 1.0.10 into FF4. Selenium is showing in the Add Ons Manager and I've restarted the browser. However, I don't see any way to launch the ...

43. Selenium doesn't load on Firefox 4    stackoverflow.com

After a recent upgrade to Firefox 4, all of my automated selenium tests seem to be hanging on the initial 'Launching Firefox...' command during testing. Has anyone seen a fix for this, ...

44. Selenium server not starting for for custom firefox profile    stackoverflow.com

I'm trying to start the selenium server by passing custom firefox profile to the DefaultSelenium constructor. It opens the browser with specified URL.

DefaultSelenium selenium = new DefaultSelenium("localhost", 4444, "*custom \"C:/Program Files/Mozilla ...

45. Set Firefox >=3 to use a specific IP for all requests (NOT Proxy Server) | Used by Selenium|C#    stackoverflow.com

I have a Windows 7 computer that hat more than one IP-Address. Now I want to set Firefox to always use a specific IP when using Profile A. And use a specific ...

46. Problem with firefox 4 confirmation dialog in selenium 2.0b3    stackoverflow.com

I have worked with selenium for like 3 months. My tests worked fine in firefox 3.6. However, when I update to firefox 4 and selenium-server 2.0b3, there is a problem with ...

47. firefox: flash not loading if tab inactive/window minimized    stackoverflow.com

I have encountered a problem I believe to be related to what's stated in the topic. With selenium I'm currently automating tests for a website having flash elements for user inputs. While ...

48. How do you make SeleniumRC open Firefox windows without focusing them?    stackoverflow.com

Whenever I run a SeleniumRC script (using Ruby's selenium-client), the Firefox instance opens in front of all my other windows. This is a bit annoying. Is there a way to make it run ...

49. HtmlDriver and Firefox Driver    stackoverflow.com

I am attempting to use HtmlUnit Driver to post some information to an application I am using. When I use Firefox driver, this works successfully. However when I use HtmlUnitDriver it ...

50. How to enable ssl certificate in firefox using selenium2    stackoverflow.com

How to enable ssl certificate in firefox using selenium2

51. External iframe source-code (Firebug, Selenium...)    stackoverflow.com

1) I have an external iframe, and I wondered how Selenium or Firebug managed to overcome the Same Origin Policy to retrieve source code (or even execute some JavaScript) As for Firebug, ...

52. Selenium IDE: cannot run a test case or switch to the command table    stackoverflow.com

I've written a test case using the Selenium IDE. I would like to run the test (using the play button) and I would like to switch to the Table tab so ...

53. selenium rc - firefox keeps on asking for proxy?    stackoverflow.com

i have created firefox template and started selenium server from command line giving -firefoxProfileTemplate "path to the profile" but still it asks for proxy? any solutions?

54. Authentication Required popup in Firefox in Selenium when register    stackoverflow.com

I have a selenium2 test by junit4,FireFox3.5, when type some register information then click an button to submit,it will turns to HTTPS Authentication Required popup. How can I handle this security ...

55. How do I use Selenium in C#?    stackoverflow.com

Selenium. I downloaded the C# drivers and the IDE. I managed to record some actiona and successfully run them from the IDE, but now I want to do that using ...

56. Webdriver/Selenium 2.0 API not working with Firefox 4    stackoverflow.com

Should I be doing anything different if I am using Selenium2.0/WebDriver with Firefox 4? I have code that works with Firefox 3.x(3.8 I guess) but the same code does not work ...

57. Selenium IDE not compatible with Firefox 5.0    stackoverflow.com

How can I install Selenium IDE on Firefox 5.0?

58. Is it possible to run and create Selenium IDE test cases without Firefox?    stackoverflow.com

I'm using Selenium IDE to occasionally test my web applications. However, since Selenium IDE is a plugin for Firefox, and it doesn't exist yet for Firefox 5 (the latest ...

59. Selenium-dot-net-2.0rc3 with Firefox 5 - How do I run selenium server as admin?    stackoverflow.com

I just downloaded Selenium-dot-net-2.0rc3 and ran my tests on Firefox5. Firefox browser window opens up and goes to directed url but eventually it fails with error -OpenQA.Selenium.NoSuchElementException: Unable to locate element: ...

60. Using Selenium FirefoxDriver Code to test Ajax dropdown and submit it    stackoverflow.com

Only two days back i have started working in selenium test using firefox driver and yes!!! your guess is correct im in a fix (dont know its a big or a ...

61. Selecting Ajax Dropdown suggestion list using Selenium for Firefox    stackoverflow.com

How can i select Ajax Dropdown suggestion list item using selenium code for firefox?? My problem is :the Ajax dropdown list is visible but it is not selected and next steps gets ...

62. Selenium WebDriver Firefox Java - canĀ“t select option    stackoverflow.com

I have very strange problem. Using selenium I am writing simple web-bot tring to fill page with data, submit theam and harvest results. I fill all the forms with no problems at ...

63. Selenium Starting Custom Profile on Remote Machine Mac OS    stackoverflow.com

I am attempting to launch a custom firefox profile on a remote machine, launching from Windows XP to Mac OS X. The browser launchs using the custom profile but opens the ...

64. firefoxProfileTemplate doesn't prevent certificate prompt in Mozilla    stackoverflow.com

I am running Selenium Server. I'm also launching an automated test script that I exported from the Mozilla Selenium IDE and exported to my Java client driver program which I ...

65. How do I use Selenium IDE on firefox to test Javacript generated codes?    stackoverflow.com

I am trying to test a website which contains alot of javascript. Javascript does alot of opening new dialog to let user choose "yes" or "no". It also has a function to upon ...

66. Problem while running parallel test with Firefox profile!    stackoverflow.com

Iam using selenium 1.0.3 RC (java client ).also iam using firefox profile to run Firefox. while running tests in parallel ,some times it says "Firefox is already running, but is not responding. To open ...

67. how to upload a file using firefoxdriver in selenium testing    stackoverflow.com

i want to upload a gif file in my application using selenium codes in firefox, i have the following file input type:

<input id="file" type="file" size="27" value="Attach document" onclick="javascript:return     ...

68. Selenium IDE Recording Open or Save File in Firefox Interface    stackoverflow.com

I'm trying to Record with Selenium IDE Click on Firefox dialog box for Opening or Saving some generated pdf file on my web form but it's not recording it. Can anyone ...

69. Where are the dlls -WebDriver.Common and WebDriver.Firefox in Selenium Web Driver?    stackoverflow.com

I am running some tests on Selenium Web Driver. But looks like that I need some dlls like WebDriver.Common.dll, WebDriver.Firefox.dll. I had downloaded the web driver api from this link http://code.google.com/p/selenium/downloads/detail?name=selenium-dotnet-2.1.0.zip&can=2&q= ...

70. How to stop Selenium from creating temporary Firefox Profiles using Web Driver?    stackoverflow.com

I am using Selenium Web Driver API with Java. Every time I want to debug my test cases, a temporary profile for Firefox is created in the temporary files directory. This ...

71. windows 2003 selenium webdriver firefox start problem    stackoverflow.com

Possible Duplicate:
can not start selenium grid2 browser with webdrive in windows 2003
echo on
java -jar ..\..\Selenium\selenium-server-2.4.0\selenium-server-standalone-2.4.0.jar -role webdriver -hub http://localhost:4444/grid/register -browser browserName="firefox",platform=WINDOWS ensureCleanSession=true
pause;
throw this error:
WARN ...

72. Java Selenium Firefox Driver - Textbox Onchange Issue    stackoverflow.com

Running Java/Selenium 2.3 (and 4) using Firefox Driver on centos Trying to test against a site that has form with a text type, with an onchange. Tried to insert the text using ...

73. Selenium hangs when launching Firefox on Ubuntu    stackoverflow.com

My end goal is to have Selenium running 'within' Jenkins. My Jenkins installation runs within an Ubuntu virtual machine. After some issues with the jenkins selenium setup (stemming from permissions for the user ...

74. Selenium & Firefox: How can i turn off "Unresponsive script" warnings?    stackoverflow.com

I'm using Selenium Client 2.4.0 on Mac 10.6.6 with Firefox 5. Using the WebBackedSeleniumDriver, I'm running a "selenium.getEval" command that causes a Firefox warning,

"Warning: Unresponsive script.

A script on this ...

75. Make Webdrivers's Firefox Driver run in the background    stackoverflow.com

Hei Is there a way to make Webdriver Firefox driver to run in the background? We have a monitoring application which at regular intervals polls miscellaneous systems on different servers to check if ...

76. Selenium 2.51 WebDriver C# won't open Firefox on Windows 7 X64    stackoverflow.com

I am able to get Firefox to load on Selenium v2.0.50727 to open Firefox using C# .net3.5
but NOT able to get Firefox to load on Selenium 2.5.1, it just hangs (in ...

77. Sending Keystrokes to selenium RC to press continue button in a security warning dialog box    stackoverflow.com

How to send key strokes like Enter or Space to Selenium RC to click on the Continue button of the security warning dialog box in Firefox?

Although this page is ...

78. Selenium RC script for opening FireFox in private browsing mode    stackoverflow.com

How do I open FF in private browsing mode and chrome in incognito mode using selenium - RC. I tried recording on a FF in private mode and saw the ...

79. Using a specific firefox profile in selenium 2 webdriver in C#    stackoverflow.com

I am trying to use a profile I already have set up for firefox with selenium 2 but there is no documentation for C#. The code I have attempted is ...

80. What is the default keyboard shortcut for opening Selenium IDE from within Firefox    stackoverflow.com

I'm sure this is documented somewhere obvious, but I just can't find it. I'm currently switching back and forth between Firefox and Selenium using a toolbar button, but it's annoyingly slow to ...

81. Selenium WebDriver + Firefox 7.0.1 incompatibility    stackoverflow.com

I have a project where we have some Selenium tests. I have recently upgraded Firefox to 7.0.1 because it prompted me to and now the "WebDriver for Firefox" extension that these ...

82. selenium webdriver manage speed?    stackoverflow.com

I've just updated my selenium WebDriver from a pretty old version which allowed me to control the driver speed via the following:

var _driver = new FireFoxDriver();
_driver.Manage().Speed = Speed.Medium;
after installing FireFox 7, ...

83. is there a way to use the same webdriver object for multiple java classes when running within a testng suite?    stackoverflow.com

is there a way to use the same webdriver object for multiple tests/classes when run within a testng suite? What I mean is to start the WebDriver instance with one class, ...

84. Mac OS with Firefox - Plugin windows not visible    stackoverflow.com

I have Firefox 7.01 running on Mac OS 10.6.7 with Selenium IDE 1.3.0 and Chatzilla plugins installed. When I go to Firefox Tools > Selenium IDE, the IDE does not appear. I can ...

85. Possible to disable firefox and chrome default caching?    stackoverflow.com

I'm having a problem with firefox caching, when i change a site redirection firefox decides that it needs to cache this. The point is I wan't to create a test that tests ...

86. How do you use a firefox plugin within a selenium webdriver program written in java?    stackoverflow.com

I was trying to run a selenium script that clicks on one of my firefox plugins in my toolbar. Is it possible to do this?

87. Selenium WebDriver Issue with By.CSSSelector    stackoverflow.com

I have an element whose html is like :

<div class="gwt-Label textNoStyle textNoWrap titlePanelGrayDiagonal-Text">Announcements</div> 
I want to check the presence of this element. So I am doing something like :
WebDriver driver ...

88. Selenium: how to ensure back() navigation works as expected across different sites?    stackoverflow.com

So I am concerned with

webdriver.navigate().back();
in particular. AFter reading How does the Back button in a web browser work? it made me think of how can I make sure back button ...

89. How to invoke an addon in firefox using selenium    stackoverflow.com

can i invoke an addon from firefox/chrome using selenium.My requirement is, i have to click and open an addon from firefox and do some action.Say i have to invoke script cover ...

90. Cannot launch Firefox with Selenium on linux RedHat 5.3    stackoverflow.com

Im new to Linux. I installed a new version of firefox onto my linux machine(extract bz2 to folder). So when i click on the web browser button, it would launch firefox ...

91. Unable to find/open Firefox Binary - webdriver/robot framework    stackoverflow.com

Unable to find/open Firefox Binary - webdriver/robot framework My tests run fine in java and fitnesse. They also run fine when executing them through robot framework with Internet Explorer and Chrome. ...

92. how to edit waitForPageToLoadTime in RC    stackoverflow.com

I'm trying to open page using setup method

public void setUp() throws Exception {
    selenium = new DefaultSelenium("localhost", 4444, "*chrome",
        ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.