I know I\'m probably in a small minority, but I have to use my machine at the same time my tests are running. The thing that always gets in my way is that the browser window is always stealing focus w
I am using Visual Studio 2010 to write Selenium 2 Webdriver automated tests in C#. I have searched high and low for examples of using variables as selectors and have found nothing that开发者_Python百科
I\'m using Selenium2 for 开发者_开发问答some automated tests of my website, and I\'d like to be able to get the return value of some Javascript code.If I have a foobar() Javascript function in my webp
I\'m launching the selenium 2 jar file using subprocess.Popen in python when I\'m bootstrapping my tests.
Is there any reliable way to allow only Selenium to access the site? When I use $this->open($url) from the PHPUnit\'s SeleniumTestCase t开发者_StackOverflow社区his makes a regular request to the s
I am using Selenium WebDriver and Java and I need to automate the file upload feature. I tried a lot, but the moment the Browse button is clicked and a new window opens the script stops executing furt
I have a Selenium WebElement selected, for example like this: WebElement element = webDriver.findElement(By.xpath(\'//div/span[@id=\'test\']\'));
In the project that I am working on, we have functional tests written over Selenium. The application undergoes functional changes with each feature release.
I am testing a website which requires personal SSL certificates in order to do certain things, such as sign-in.
I have read that Selenium Grid support was pl开发者_开发问答anned for Selenium 2.0 at the year end - 2010. Apparently it has not happened. Anyone knows of any updates on this? Selenium Grid 2 supports