When I compile my code in VS 2010 (.NET 4.0), I get the following warning: \"Warning 1: The referenced assembly \"ThoughtWorks.Selenium.Core\" could not be resolved because it has a dependency on \"S
The task is to check broken links on a webpage using selenium RC and j开发者_StackOverflow中文版ava . It can be done simply by
I have the following problem... For a while now i noticed a bug in isElementPresent function in selenium RC 2.0a5.
I use Selenium to test my website. The website need to access an external catalog to select some items开发者_JAVA技巧 from it. The problem is this catalog is published on another domain with HTTPS pro
I can see that since selenium 2.0, WebDriver and Selenium RC are packaged together for download. Now I primarily use WebDriver, but can I bring in Selenium RC in my testing scripts from now and then?
I\'ve been playing arround with functional testing using Selenium RC. I keep running intoproblems when the 开发者_如何学JAVAtest goes to the login page of our site and switches to HTTPS.
I am using the newest version of Selenium RC and firefox 3.5When I run my开发者_JAVA技巧 test from eclipse I get this error XHR ERROR: Response_Code = -1 Error_Message = Request Error.
I want the logs from the Selenium Server Console write to file. I know how to do this if i start server frome console (cmd.exe)
I\'m trying to run a series of selenium tests using maven and I get this error: Running开发者_运维百科 com.myapp.web.selenium.MySeleniumTest
I\'m new to selenium. I want to ask about if there\'s a easy way to open a search result page of some urls, not j开发者_如何学Cust the homepages.