@BeforeTest @Parameters({\"selenium.host\", \"selenium.port\", \"selenium.browser\", \"selenium.url\" })
I\'m trying to create selenium xpath for various column links in table. Each row is uniquely identified. In each row I know name of one column(name of product) and based on product name I\'m trying to
I have a Maven project that is a set of a Selenium 2 tests that run using JUnit. In other words the only thing in the whole project is JUnit testcases and they all reside in the normal source director
There are selenium features which work correctly on a rails 2.3.4 and they use firefox 3.5.19 for testing. However, after upgrade to rails 2.3.11, no selenium feature now works correctly, and they all
How does selenium commands browser ? I know that selenium proxy\'s requests to urls and on reponse injects selenium core js api into the response. but how does \"click\" or any other command reach th
Can i send KeyStroke in Selenium in Java without using a locator? I want to send KeyStroke to WebBrowser itself, because I don\'t know element (and its locator), to whom I must send KeyStroke t开发者
i\' m testing my web appli开发者_运维百科cation with selenium. When a user registered, an activation link will sent to user mail id. now i\' m able to login to gmail account and unable to pen inbox us
I have all my capybara tests working with my authlogic members area using the default driver, but when i change one test to use selenium driver as it has ajax in it, it gives my theis error :
My code is simple from selenium import webdriver driver = webdriver.Ie() IE8 is not started. No exceptions, no errors.
I\'m writing a common library to setup an automation test suite with Selenium 2.0 Python\'s webdriver.