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 ... |
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 ... |
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 ... |
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:
 |
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 ... |
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 ... |
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:![]() |
|
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 ... |
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 ... |
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 ... |
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 ...
|
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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.
|
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 ... |
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 ... |
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: ... |
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 ... |
Firefox runs, but when the tests finish executing Firefox stays up.
This is on Debian Linux with Firefox 3.6.
|
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
My FF3.6 test fails on FF4b7 with Selenium 1.0.8, waiting forever when a prompt() call is issued. Is there a workaround?
|
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ...
|
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 ... |
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, ... |
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 ...
|
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
How to enable ssl certificate in firefox using selenium2
|
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, ... |
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 ... |
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?
|
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 ... |
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 ... |
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 ... |
How can I install Selenium IDE on Firefox 5.0?
|
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 ... |
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: ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ...
|
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 ... |
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=
... |
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 ... |
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 ...
|
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 ... |
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 ... |
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 ...
|
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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, ... |
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, ... |
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 ... |
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 ... |
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?
|
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 ...
|
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 ... |
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 ... |
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 ... |
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. ... |
I'm trying to open page using setup method
public void setUp() throws Exception {
selenium = new DefaultSelenium("localhost", 4444, "*chrome",
...
|