I search a way to determine the real visible color of page elements. If i use JQuery i can do the following:
Is it possible to subclass a Java object in the constructor? I am a Java newbie trying out Selenium in an article here http://code.google.com/p/selenium/wiki/FrequentlyAskedQuestions there is a note
I\'m writing a testscript in selenium 2 that takes a screenshot o开发者_Python百科f a popup. The popup window is a pdf.
I use watir-webdriver for testing in Mac OS. As it is all to known that $browser.text.include?(\"expected text\") is used to assert the text in the screen.
we want to move our tests to selenium 2 and i have found an issue which i don\'t know how to resolve it.
I\'m using the following code in C# to select a value in a dropdown list: new SelectElement(driver.FindElement(By.Name(\"element\"))).SelectByIndex(2);
How to check if an Element exists, when using Page Objects with webdriver. So far I am doing it this way.
I\'ve read here and there that we should now use Selenium 2 (WebDriver if my understanding is right). I\'m not talking about Selenium IDE which is really easy to use.
I\'m at wits\' end here, and hoping someone\'s ran into something similar before. I\'ve been using Selenium 2.0a2 for a while now to test my web application. Now I\'ve updated to rc3, and several tes
Neither of the example code snippets from the official Google Selenium Wiki (http://code.google.com/p/selenium/wiki/ChromeDriver) work for me. With either starting the Selenium server standalone or us