selenium-rc Questions
10
I want to run chrome in incongito mode through selenium.
I googled enough for it and found how to run chrome directly in incongito mode with the help of this link:
Right click on the shortcut of...
Substandard asked 26/9, 2013 at 10:56
7
Solved
I'm trying to test the happy-path for a piece of code which takes a long time to respond, and then begins writing a file to the response output stream, which prompts a download dialog in browsers.
...
Apo asked 12/10, 2010 at 17:50
13
Solved
I am using Selenium RC to automate some browser operations but I want the browser to be invisible. Is this possible? How? What about Selenium Grid? Can I hide the Selenium RC window also?
Keister asked 13/9, 2009 at 16:7
19
Solved
As part of my Selenium test for a login function, I would like to click a button by identifying its coordinates and instructing Selenium to click at those coordinates. This would be done without id...
Capello asked 21/7, 2011 at 11:33
10
Solved
I use Selenium RC for testing. Now to perform a load test, I want to run parallel test cases.
Is there any way to run them without opening a browser?
Gringo asked 29/9, 2011 at 7:1
11
I would like to get the PID of the browser launched by selenium. Is there any way to get it done?
Thrice asked 25/5, 2012 at 10:11
1
3I am using the selenium-server-standalone-2.33.0.jar to launch selenium test suites. I have a test suite that runs perfectly fine in firefox and also Internet Explorer. When I try and run it in Go...
Supposition asked 19/6, 2013 at 16:53
12
I start Selenium hub to start Selenium Grid from command prompt on port 4444.
Now I start Selenium RC from other command prompt.
It shows me error message that "Selenium is already running on port...
Loren asked 25/3, 2010 at 10:48
8
I need to click on the below href element,which is present among similar href elements.
<a id="oldcontent" href="listDetails.do?camp=1865"><u>Re-Call</u></a...
Killebrew asked 29/10, 2012 at 15:44
2
Solved
I'm trying to access an existing selenium browser session from a separate python process. I'm able to get this working within the same python script, but when I break the reuse logic out to a separ...
Aboveground asked 11/4, 2018 at 1:4
4
Solved
I have HTML which looks basically like the following:
...
<a class="btnX btnSelectedBG" href="#"><span>Sign in</span></a>
...
The following xpath in Selenium fails to f...
Tryck asked 27/4, 2011 at 18:41
11
Solved
I want to delete a default value of a textbox to enter the new value, but I am not getting how to do that.
I was thinking to use CTRL+a and then Delete but I'm not sure how to do this.
I even use...
Savior asked 29/5, 2012 at 13:5
16
Solved
I have written the following code in Selenium 1 (a.k.a Selenium RC) for page scrolling using java:
selenium.getEval("scrollBy(0, 250)");
What is the equivalent code in Selenium 2 (WebDriver)?
Fumigator asked 6/9, 2012 at 4:51
3
What are the Implementations differences between 'Selenium-server-standalone.jar' and 'Selenium Client & WebDriver'. Following is the link from SeleniumHQ.org website [http://www.seleniumhq.org...
Carolynecarolynn asked 13/11, 2014 at 3:1
6
Solved
How can I get request/response logs in selenium? I have an ajax call that returns login information, and whenever I try to capture it via:
selenium.captureNetworkTraffic("json");
it returns onl...
Turbellarian asked 16/8, 2010 at 11:5
7
I'm new to Selenium.
Below is my code.
<input type="submit" id="button" value="Edit"/>
I have 3 buttons with the same type, id and value. How do I click on each of the buttons? Can anyone ...
Mongolic asked 30/10, 2012 at 6:24
5
Solved
I got this error , while running selenium script for Internet Explorer 9.
Exception in thread "main" org.openqa.selenium.WebDriverException: Unexpected error launching Internet Explorer. Protect...
Malleus asked 30/9, 2011 at 8:14
4
Solved
I needed to send an Http request with a few modified headers. After several hours trying to find an equivalent method to that of Selenium RC Selenium.addCustomRequestHeader for Selenium 2, I gave u...
Retiarius asked 25/6, 2011 at 15:21
5
Solved
I'm using selenium RC and I would like, for example, to get all the links elements with attribute href that match:
http://[^/]*\d+com
I would like to use:
sel.get_attribute( '//a[regx:match(@hr...
Logogram asked 9/9, 2009 at 10:5
8
Solved
Every time my webdriver tests login into the application, 'Do you want chrome to save your password' pop up appears.. Is there a way to avoid this??
Please help.
Thanks,
Mike
Chet asked 30/4, 2013 at 13:43
12
Solved
Is there a way to capture errors occurring in the DOM in Selenium and probably flag the same as an error in the page?
To give a brief example, let's say I'm trying to bind an event on a non-existi...
Protecting asked 15/11, 2010 at 22:6
11
Solved
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 a specific firefox prof...
Cr asked 12/8, 2010 at 9:27
2
Solved
I am looking for a way by which I can automate my application build on Silverlight.
I need to use Selenium as required, can anyone tell a process or any good tutorial by which I can achieve what I...
Geochemistry asked 10/2, 2012 at 8:37
2
I was trying to use addCustomRequestHeader method to set a custom header for selenium requests. Given below is the source code
Selenium sel = new DefaultSelenium("localhost",4444,"*firefox","http...
Ney asked 25/8, 2011 at 20:29
7
Solved
I have 2 buttons Cancel and Next button on the same page but it has only one id (see the below code). I wanted to press Next but every time it is identifying the cancel button only not Next button....
Chervil asked 15/1, 2012 at 17:18
1 Next >
© 2022 - 2024 — McMap. All rights reserved.