Does anyone know what browsers are supported by WebDriver? The official documents doesn\'t e开发者_如何学Cxplicitly state it yet urging us to work with Selenium2.0 instead of 1.0.Since Selenium has m
I have selenium 2 web driver scripts up and running and I now want to tie those into my continuous integration process. I have 2 physical machines set aside for selenium to run on and a VM machine for
Background I have been working towards automating my Selenium test suite that I developed under Selenium 1.0 (RC) and wiring this up to a continuous integration system (TeamCity in this case) on my b
I\'m using the Selenium 2.0 web drivers to try and login to a page. The following code works with the Firefox webdriver just fine, it finds the fields, fills them in and clicks the button.
I\'ve got the folling HTML on a page I\'m trying to test: <div class=\"iconlist\"> <p> <a href=\"/login\"><img src=\"http://blahblahblah/icon-facebook.png\" alt=\"\"
I need set value in Hidden inputfield of my开发者_开发技巧 webpage, I am using Selenium 2. I tried with webelement.sendKeys(value), but its not working.
I was trying for my web test selecting an option. An example can be found here: http://www.tizag.com/phpT/examples/formex.php
My company monitors performance and availability of websites and mobile applications via functional testing in the cloud; we\'re looking to expand our technology to include Selenium tests.We use RoR s
I just upgraded to Selenium 2 and having trouble simulating a keypress in firefox (maybe other browsers?). First of all, the new API, using IWebDrivers, does not provide a keypress funktion. I can acq
I have recently been looking at using Selenium 2 / webdriver for some automated web tests.The API looks great.However is it possible to record a test through the selenium-IDE and generate C# code for