0
votes
2answers
32 views
Heightened privilege selenium browsers on Windows 7 (x64)
I make use of *firefox and *iexplore etc. within my selenium tests to get around the issue of self-signed SSL certificates on my local machine. Unfortunately, now that I've moved f …
0
votes
0answers
36 views
TestNG + Selenium woes. noClassDef error, TestNG based selenium test
Hello,
I've followed a lot of the guides and forum posts online but haven't had any luck getting this to work inside TestNG. It's a selenium grid based test, programmed in eclipse …
0
votes
2answers
49 views
Selenium RC sending blank screenshots through (winxp/winserver)
Hello everyone.
I'm trying to set up my virtual (xen) win xp instances, a dedicated windows server, and a dedicated windows xp desktop pc for web app UI testing, using selenium-rc …
0
votes
5answers
136 views
Using Python/Selenium/Best Tool For The Job to get URI of image requests generated through JavaScript?
I have some JavaScript from a 3rd party vendor that is initiating an image request. I would like to figure out the URI of this image request.
I can load the page in my browser, an …
1
vote
3answers
56 views
Using selenium in order to read emails on gmail
I'm using selenium-rc and I'm trying to click on a specific email on gmail in order to get into the email page. More specifically: on the gmail inbox, click on a email with a speci …
-2
votes
0answers
43 views
Selenium IDE - can’t find an element set via javascript
Hi, I'm new with selenium ide..
Element(82.02) is set via javascript:
<tr id="_tr_total" style="">
<td class="frm_preview_title"> </td> <td/> <td class …
0
votes
2answers
52 views
Selenium not working with Firefox 3.x on linux
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 when i try to run s …
1
vote
1answer
27 views
Selenium: can not locate link in table
I am writing Selenium script. For a html page include a table, I can not use "css=table tr:nth-child(2) td:nth-child(3) a" to locate the link in the table. Selenium IDE give me the …
1
vote
2answers
23 views
get the actual machine a client got from a selenium grid
Sometimes one of the machines registered under the selenium grid gets shutdown, or something similar.
Then, the grid starts reporting that it cannot start a new session.
I would l …
0
votes
1answer
19 views
ies4linux with selenium and rspec
I use selenium, usually with firefox, to test my rails apps and it's all fine. I want to run my tests in IE6 as well. I'm in ubuntu, using the ruby selenium-client gem. For IE6 …
1
vote
2answers
54 views
“VerifyTextPresent” returning incorrect result for Selenium IDE.
I am using Selenium IDE to record some scenarios and wanted to check if a particular text is present on the page. I inserted a command "VerifyTextPresent". However, it always retur …
0
votes
2answers
43 views
XPath, Selenium: Element is found in XPath checker but not in Selenium!?
I have the following XPath:
//div[contains(@id, 'box')]/div/h4/small/a[contains(@href, 'google')]/@href
When I try out this XPath in XPath Checker (Firefox extension), it works …
0
votes
2answers
51 views
Selenium: Not able to understand xPath
I have some HTML like this:
<h4 class="box_header clearfix">
<span>
<a rel="dialog" href="http://www.google.com/?q=word">Search</a>
</span>
<small …
0
votes
1answer
52 views
Selenium in Ruby - can’t get it working, and it’s reset firefox to it’s default installed state
I've been using Selenium (with selenium rc, and the ide) in ruby, with rspec, for some time and it's been great. I recently wiped my installation of ubuntu, however, and installed …
1
vote
2answers
87 views
Selenium RC: How to click link appears in grid??
I'm using Selenium RC and created all scripts in java (Using Junit test case)
I want to click one grid column having "Edit" link.
My code is look like,
selenium.click("//table[@ …
