Tags: emodus/PHP-SeleniumClient
Tags
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