Changes for version 1.20
Modules
- Selenium::ActionChains - Action chains for Selenium::Remote::Driver
- Selenium::CanStartBinary - Teach a WebDriver how to start its own binary aka no JRE!
- Selenium::CanStartBinary::FindBinary - Coercions for finding webdriver binaries on your system
- Selenium::CanStartBinary::ProbePort - Utility functions for finding open ports to eventually bind to
- Selenium::Chrome - Use ChromeDriver without a Selenium server
- Selenium::Firefox - Use FirefoxDriver without a Selenium server
- Selenium::Firefox::Binary - Subroutines for locating and properly initializing the Firefox Binary
- Selenium::Firefox::Profile - Use custom profiles with Selenium::Remote::Driver
- Selenium::InternetExplorer - A convenience package for creating a IE instance
- Selenium::PhantomJS - Use GhostDriver without a Selenium server
- Selenium::Remote::Commands - Implement commands for Selenium::Remote::Driver
- Selenium::Remote::Driver - Perl Client for Selenium Remote Driver
- Selenium::Remote::Driver::CanSetWebdriverContext - Customize the webdriver context prefix for various drivers
- Selenium::Remote::Driver::Firefox::Profile - Use custom profiles with Selenium::Remote::Driver
- Selenium::Remote::ErrorHandler - Error handler for Selenium::Remote::Driver
- Selenium::Remote::Finders - Handle construction of generic parameter finders
- Selenium::Remote::Mock::Commands - utility class to mock Selenium::Remote::Commands
- Selenium::Remote::Mock::RemoteConnection - utility class to mock the responses from Selenium server
- Selenium::Remote::RemoteConnection - Connect to a selenium server
- Selenium::Remote::WDKeys - Representation of keystrokes used by Selenium::Remote::WebDriver
- Selenium::Remote::WebElement - Representation of an HTML Element used by Selenium Remote Driver
- Selenium::Waiter - Provides a utility wait_until function
- Test::Selenium::Chrome
- Test::Selenium::Firefox
- Test::Selenium::InternetExplorer
- Test::Selenium::PhantomJS
- Test::Selenium::Remote::Driver
- Test::Selenium::Remote::Role::DoesTesting - Role implementing the common logic used for testing
Provides
- Test::Selenium::Remote::WebElement in lib/Test/Selenium/Remote/WebElement.pm