This question already ha开发者_开发知识库s answers here: Closed 11 years ago. Possible Duplicate:
I\'m trying to use Selenium RC and WebDriver (separately) to manipulate an HTML page. The source contains something like:
I am testing an application to test that must run in Selenium\'s single window mode. Multi window mode is not an option.
I have started using Webdriver to automate our testing which is 100% manual. In one of the use cases I need to click on a link sent to the user\'s inbox. I am facing problems with Gmail in this case.
I have introduced ajaxy table sorting to my application, and I want to set up cucumber tests to test the functionality when javascript is supported and when javascript is not supported.
1) I have an external iframe, and I wondered how Selenium or Firebug managed to overcome the Same Origin Policy to retrieve source code (or even execute some JavaScript)
Apparently it\'s common for google-chrome to get this: http://jira.openqa.org/browse/SRC-740 The key is to start it without secur开发者_开发问答ity enabled. To disable security,
All the variations of wait(...) are throwing the below exception from the following code. What am I doing wrong?
I am creating a selenium test and in all the tests I want to simulate the user choosing the date. The problem is when the month changes the possible date selections is limited making it very fragile.
How do you make Selenium 2.0 wait for the page to 开发者_运维百科load?You can also check pageloaded using following code