Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

(no description)

File Size: 82 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

WebDriver:: (3 methods):
  __construct()
  getBrowserName()
  post_key()


Class: WebDriver  - X-Ref

WebDriver Driver to allow extra selenium capabilities required by Moodle.

__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