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 having kind of a big problem that I need to solve pretty quickly, but I\'m just not sure how. Right now I\'ve got an app that\'s stuck using the selenium-webdriver gem at v0.1.4.I\'m using Ubunt
I have written te开发者_JAVA技巧sts with Selenium2/WebDriver and want to test if HTTP Request returns an HTTP 403 Forbidden.
While using selenium/webdriver for web scraping, I realized the target site has google analytics script running. Is there a way to restri开发者_StackOverflow社区ct selenium/webdriver/htmlunit to avoid
As part of project I am trying to use Selenium 2 for automation. I am facing trouble with the below How do I double click on a 开发者_运维百科web element using Selenium?
So i have been writing Selenium tests for a while now and i开发者_运维问答 have been running the only from the IDE untill now.
Should I be doing anything different if I am using Selenium2.0/WebDriver with Firefox 4? I have code that works with Firefox 3.x(3.8 I guess) but the same code does not work with FIrefox 4.0 on Windo开
I\'m upgrading from selenium-1 to selenium-2 and trying out the new HtmlUnit driver. I\'ve tried a few basic tests on it (open a page, get_text,..) and it seems
lib-selenium-java2.0rc2.jar and selenium-server-standalone-2.-b3.jar simple test: webDriver = new FirefoxDriver();
I need to load Firebug and NetExport into a firefox profile for WebDriver, and the following code doesn\'t work at all: