Skip to content

Tags: emodus/PHP-SeleniumClient

Tags

v2.0

Toggle v2.0's commit message
Version 2.0

- Introduced navigation and option class to match official libraries
- New directory structure according to spr-0
- Internal refactor of command implementation
- Changes in several method names to match official libraries

v1.5

Toggle v1.5's commit message
v1.5

Notice:
WebDriver::getCurretCookies now return an array of cookie objects, not generic array
WebDriver's getWindowSize, setWindowSize, getWindowPosition, setWindowPosition have been discontinued in this version, as remote webdriver does not actually handle the manipulation of size and position of other windows to the current one. getCurrentWindowSize, setCurrentWindowSize, getCurrentWindowPosition and setCurrentWindowPosition should be used instead.

Changes:
Added window maximize feature
Added webelement get css property feature
Added webelement compare-to feature
Refactor on cookies
Refactoring in several tests
Removed the handling of size and position of non current windows

v1.4

Toggle v1.4's commit message
v1.4

- Implementation of commands
- Increased test coverage
- Other small refactorings and code cleaning

v1.3

Toggle v1.3's commit message
v1.3

Implemented AbstractTest for internal tests
Added find by JsSelector
Composer integration
Added set page load timeout

v1.2

Toggle v1.2's commit message
v1.2

Added waitForElementUntilIsNotPresent
Added several unit tests
Added selectByPartialText method to SelectElement
Add public getEnvironment