Selenium-Webdriver provides an API to control and communicate with web browsers.

learn more… | top users | synonyms

0
votes
0answers
8 views

Java Script Error Capturing from IE with Selenium Webdriver using Java

How can we Capture and Logged the JS Error (from IE) with Selenium Webdriver using Java if we execute a test case (more than 100) then , in the Execution we got an JS error, but we are not able to ...
0
votes
1answer
19 views

Selenium Webdriver getting a cookie value

I am trying to get a cookie value but keep getting an error of <Selenium::WebDriver::Driver:0x13a0e0e8 browser=:firefox> I am calling @browser.cookie_named("configsession").each do |cookie| ...
-2
votes
2answers
19 views

How to get text of all options of dropdown in Selenium Webdriver using Ruby?

http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/checkboxes/defaultcs.aspx I am able to get total number of options but not able to get text.
0
votes
0answers
12 views

getting a 'The IWebDriver object must implement or wrap a driver that implements IHasInputDevices.' error

im a newbie in c# and selenium. Im trying to create an element extension to mouseover an element. I've got the following: public static void mouseoverElement(this IWebElement element, IWebDriver ...
0
votes
1answer
20 views

drag_and_drop failing with timeout error

I'm trying to implement drag and drop functionality using Selenium WebDriver with Ruby. In order to achieve that I did following: require 'selenium-webdriver' driver = Selenium::WebDriver.for ...
0
votes
0answers
7 views

Unable to run Webdriver tests in Safari

I'm trying to run the Webdriver tests in Safari. Although the browsers opens i'm seeing the message [ 0.007s] [safaridriver.client] Requesting connection at ws://localhost:48726... [ 2.513s] ...
0
votes
0answers
7 views

Can we perform scrolling using page object?

Can we able to perform scrolling using Page Object?? Actually I need to scroll the web page (up / down) based on element. How can I perform using Page Object. I'm Using Selenium web drive to launch ...
0
votes
1answer
14 views

How to perform Control + Save operation with Selenium webdriver?

Am trying to save .html page into my desktop using selenium . Can anyone pls help?
0
votes
2answers
16 views

TestNG parallel attribute has no effect on the method execution

i am trying to run the test methods in parallel. The parallel attribute in the testNG xml has no effect on my execution. They runs same for all four possible options ...
0
votes
0answers
11 views

Running webdriver tests in Opera

I'm trying to run the tests on opera using webdriver 2.3. Although the browser opens the tests are not getting executed. Browser just opens the profile dir as shown in the screenshot. Am I missing ...
0
votes
0answers
14 views

How to handle browser_close event using selenium

1.) Hi, I want to log a fatal error message using log4j when the browser is closed manually, while selenium's automated testing is in process. Is there any way out for it? 2.) Also calling ...
0
votes
0answers
11 views

Having trouble filling out .htaccess login popup with a Selenium test in java

The solutions in similar questions to this do not work for me. The webpage I am writing tests for has a few bugs when logged into using http://username:[email protected] and so I need to log in ...
0
votes
3answers
31 views

loop through using variables in selenium

I have a requirement in which I gettext from a site and then later on use that in a loop so it can continue to click elements base on that variable. This works but only loops for 5 times and the ...
0
votes
2answers
26 views

How do I append a “descendant” clause next to an xpath variable?

This is what my code looks like public void someTest() { String x = "/html/body/div/div[" String y = "]/a" for (int i = 1; i < 5; i++){ String links = x + i + ...
0
votes
1answer
18 views

how to over come ssl certifcate error for selenium web driver in Internet Explorer

I am new to Selenium Web driver and using this with Java. I am able to launch an application but I am getting the SSL certificate error, could anyone please let me know how to overcome this issue. ...

1 2 3 4 5 123
15 30 50 per page