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

learn more… | top users | synonyms

0
votes
0answers
8 views

Web page already open (in source format); just need to read that text, using Selenium

Let's say I have a tab already open in the browswer. Its URL is: view-source:http://www.google.com/webhp?source=search_app Now that it's already open and displayed, I just want to read the text ...
0
votes
2answers
14 views

How to click an image with Selenium with only an SRC

<td colspan="2" align="center"> <img src="web/L001/images/IMAGENAME.jpg" width="213" height="46" border="0" onclick="javascript: MessageDisplay()" ></td> This is the ...
0
votes
0answers
19 views

Error occurred while executing the WebDriver using a batch file. How to identify the error..?

I'm executing WebDriver using a .bat file. in midway of execution, the WebDriver hangs. i found, the reason is an 'error' or 'exception' has occurred in my coding and it prompts this situation. All i ...
0
votes
0answers
23 views

Using selenium-webdriver for parsing (Ruby)

Previously I used mechanize for parsing, but now I'm parsing website that uses javscript and mechanize doesn't support it, so I took selenium. I have to take information about companies from this ...
0
votes
0answers
7 views

How to get Total Get Row Count for the Grid View and Paging for the Grid View

How to get the Total Row Count for the Grid View, Actually In my application Home Page is there, For that Home page One Link button will be there, That Link Button is Displayed as Number, it will ...
1
vote
1answer
8 views

Junit report test result is displayed blank

whenever i execute build.xml for first instant, generated report is blank. Now when i again execute the same build.xml for second time, it displays the timestamp of previous run. Can anyone help me in ...
0
votes
1answer
14 views

Mouseover code is not working in selenium webdriver. Iam using below code

WebElement element = driver.findElement(By.id("liOrganizations")); Actions builder = new Actions(driver); Action mouseOver = builder.moveToElement(element).build(); mouseOver.perform(); Firefox ...
0
votes
1answer
13 views

issues while running webdriver tests using jenkins

OS: MAC Selenium-Webdriver tests run fine on Firefox driver when run through eclipse but when I try to run using jenkins, all the tests are getting skipped. Can somebody help? Thanks
0
votes
0answers
27 views

Mouse click on Webelement in a grid

Need to select a row from the grid, the following piece of code i tried. Failed Actions builder = new Actions(driver); builder.moveToElement(Customerpolicy).click(Customerpolicy).build().perform(); ...
0
votes
0answers
9 views

Using MSUnit to run Selenium UI tests on the current solution

I have a VS2012 solution that consists of class library projects, unit/integration test projects and a web site project. Using this ...
0
votes
0answers
11 views

behat + selenium grid with MinkExtension

I'm using Behat, mink and selenium2 for integration testing and writing my tests on my VM (linux) and want to fire up firefox (from a Windows machine) to test Ajaxified functionalities. so, I run two ...
0
votes
1answer
18 views

Selenium WebDriverJS, cannot build webdriver for Chrome

I am having some trouble setting up Selenium WebDriverJS. My goal is to run selenium tests on Chrome browser using Javascript (node). I am following the instructions on ...
0
votes
0answers
26 views

How to load extensions into a watir driver browser?

I am using Watir driver and I am unable to load an extension into the chrome executable. Can some one give me a valid working code? I did search stackoverflow and found similar such questions but ...
0
votes
0answers
15 views

Selenium webdriver tests with PHP and Codeception stops mid test with no error message

I got this this test: <?php $I = new WebGuy($scenario); $I->wantTo('ensure that user can log in to Nova.'); $I->amOnPage('/'); $I->see('ABC'); // Login ...
0
votes
2answers
14 views

how can i get the Words in the Tool Tips By Using the Selenium WebDriver in the TestNg Class

I need to display the Words, Which are available in the Tool Tips. For Example i have an Image where we can see the Tool Tip, that Tool Tip is showing the Word as apsadmin. That Word need to ...

1 2 3 4 5 145
15 30 50 per page