I want to use WebDriver to select a line of text in browser screen(actually in CKEditor editing area) then change its text 开发者_运维问答style from CKEditor toolbar. Any method can do that?
I have been desperately trying to get WebDriver to click a button or link reliably, but it just does not want to cooperate. I have tried different methods from setting an implicit timeout, to the belo
First off, sorry for the cryptic question. My team is currently using Selenium 2.0rc3 (with python) for testing our web app with chrome. When we used the 2.02b version of Selenium, our test passed (i
I have very strange problem. Using selenium I am writing simple web-bot trying to fill page with data, submit them, and harvest results.
What\'s the best practice fort creating webdriver instances in Selenium-webdriver? Once per test metho开发者_如何学Pythond, per test class or per test run?
Does anyone have any instructions for a开发者_开发问答 .net dev to run HtmlUnit and HtmlUnitDriver as a standalone server so that I can connect to it from .net tests, using selenium-webdriver\'s Remot
I am running Selenium WebDriver test on a remote PC from my laptop(java client), by using RemoteWebDriver.But RemoteWebDriver haven\'t provided screenshot API to directly get a screenshot of remote PC
Only two days back i have started working in selenium test using firefox driver and yes!!! your guess is correct im in a fix (dont know its a big or a small as im new to this).
we want to move our tests to selenium 2 and i have found an issue which i don\'t know how to resolve it.
How to check if an Element exists, when using Page Objects with webdriver. So far I am doing it this way.