public class Tester implements Runnable { public Tester() { // Init WebDriver FirefoxProfile firefoxProfile = new FirefoxProfile();
While using FirefoxDriver to write tests, I discovered loading of pages are really slow because of javascript and css being executed. IS there anyway to disable this ? possible to even install Noscri
So I\'m trying to verify 开发者_Go百科the pop-ups occur in my Selenium 2 functional tests. Right now there seems to be no built-in way for selenium 2 to handle these. Is there a way to create C# code
I need a way to take screenshots of my functional tests. Right now I\'m using Selenium 2 with C# bindings. I pretty much want to take a screenshot at the end of the test to make sure the desired page
My team has an automation solution that uses watir. In fact, we have 2 versions of it, one for one release of our software and another for another release. I find that 开发者_运维问答changing versions
I\'m playing with a grails app that has a contextmenu开发者_运维百科 (on right-click). The context menu is built using Chris Domigan\'s jquery contextmenu plugin.
I want to create some Webdriver tests to test my Java web application but I\'m not sure whether they should live inside another project or if they should live inside my web application project.
I\'m using webdriver to test a site.Event delegation is being used across a number of links to load data via ajax:
Is it possible to get the values for a TestCaseAttribute from an external data source such as an Excel Spreadsheet, CSV file or Database? i.e. Have a .csv file with 1 row of data per test case and pas
I am trying to run a headless test for a web application using WebDriver on Mac OS X 10.6.3. My plan is to run firefox-x11 with Xvfb, but WebDriver is unable to launch firefox-x11. My code is: