See Release Notes
Long Term Support Release
(no description)
File Size: | 82 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
WebDriver:: (3 methods):
__construct()
getBrowserName()
post_key()
__construct($browsername = 'chrome',$desiredcapabilities = null,$wdhost = 'http:$moodleparameters = []) X-Ref |
Instantiates the driver. param: string $browsername Browser name param: array $desiredcapabilities The desired capabilities param: string $wdhost The WebDriver host param: array $moodleparameters Moodle parameters including our non-behat-friendly selenium capabilities |
getBrowserName() X-Ref |
Returns the browser being used. We need to know it: - To show info about the run. - In case there are differences between browsers in the steps. return: string |
post_key($key, $xpath) X-Ref |
Post key on specified xpath. param: string $key param: string $xpath |