RSS OpenQA Forums : Thread List - Selenium Remote Control Users

list of forum threads
iNeZha robot will deliver the feed updates to your IM or Email in real-time

Delivery Demo of iNezha MSN Robot

Subscribe it
iNezha robot say:
OpenQA Forums : Thread List - Selenium Remote Control Users
Title:Page reloading with pop-ups (isElementPresent, waitForPageToLoad problems)
Summary:Hello, I do some testing with selenium, during these tests i encountered some difficulties. First pr... (3/26/2008 1:32:27 AM)
Subscribe it

About "OpenQA Forums : Thread List - Selenium Remote Control Users"

Author:Claim it now
Website:http://forums.openqa.org
RSS:http://forums.openqa.org/...?forumID=13&full=true&numItems=50
Update interval: 3 hours
Last update: 251 days ago
Tags:
Subscribers:3
Shared Subscribers:1
Bookmarked or Shared Articles:0  

Recent contents of "OpenQA Forums : Thread List - Selenium Remote Control Users"

Page reloading with pop-ups (isElementPresent, waitForPageToLoad problems) 251 days ago Read More http://forums.openqa.org/thread.jspa?threadID=13076
Hello,
I do some testing with selenium, during these tests i encountered some difficulties.
First problem:
// some code
sel.click("home");
sel.waitForElement("name=siteId", timeout);
sel.type("name...
LoggingSelenium - Java: No test result for Assert 251 days ago Read More http://forums.openqa.org/thread.jspa?threadID=13069
Hi,
I downloaded the logging selenium jar and I've used it to generate results in my test suite. Unfortunately, i'm encountering a problem viewing the result of any JUnit "assert--" statements. It ...
why open function time out in ie7 but not in firefox? 252 days ago Read More http://forums.openqa.org/thread.jspa?threadID=13062
Hi,dear all:
I start selenium server :
java -jar selenium-server.jar -multiWindow
and then I run code as follows:
but when I call
sel.open("http://www.baidu.com/") ##this is fake code of course:)
...
How to access selenium jar 252 days ago Read More http://forums.openqa.org/thread.jspa?threadID=13058
hi,
I am new to this tool.I download the selenium Rc from Open QA. I have JRE. When i Type java -jar selenium-server.jar -interactive in cmd, I got an error as "Unable to access jar file-selenium ...
SeleniumRC ruby script works good in FF but fails in IE 252 days ago Read More http://forums.openqa.org/thread.jspa?threadID=13057
I am using SeleniumRC with ruby scripts,I have a script in ruby which works fine in FF,for some reason when it comes to IE so far i have never been able to run it successfully.
the only change i ha...
Running tests on a headless box 252 days ago Read More http://forums.openqa.org/thread.jspa?threadID=13056
Hi,
I am trying to run my selenium tests on a headless system.
I keep getting this message:
[INFO] Internal error in the plugin manager executing goal 'org.codehaus.mojo:selenium-maven-plugin:1.0-b...
Close() throws "The remote server returned an error: (403) Forbidden." 252 days ago Read More http://forums.openqa.org/thread.jspa?threadID=13055
I have been using Selenium RC for a little while and had no problem with the following:
strBrowser = "firefox";
DefaultSelenium df = new DefaultSelenium(seleniumServerLocation, 4444, "*" + strBrows...
LoggingSelenium - Java Library for Java-Client-Driver 252 days ago Read More http://forums.openqa.org/thread.jspa?threadID=11943
LoggingSelenium is a Java library extending Java-Client-Driver of Selenium Remote Control to add logging ability.
Right now there is an HTML results formatter included.
Final release (1.0) will be ...
How to run some html scripts which recored by Selenium IDE via Selenium RC? 253 days ago Read More http://forums.openqa.org/thread.jspa?threadID=13044
Hi all,
I am new to Selenium IDE and RC. here is my evn setting.
1. two html scripts under here: C:\Documents and Settings\aiping.chen\My Documents\Selenium
login.html and login_f.html
2. I put se...
[selenium-rc-users] test case management system? 253 days ago Read More http://forums.openqa.org/thread.jspa?threadID=12089
I'd be interested in knowing what you use as a test case management system.
We're interested in setting up a centralized test case repository - to help
organize out tests and the results obtained w...