ChromeDriver

ChromeDriver

Browser-specific class, which knows how to run() the executable by overriding the Driver's Driver#run method.

This class also adds a compatibility layer to the w3c Driver to work around Chrome's lack of full w3c support.

It inherits from Driver, but tries to make the unsupported webdriver calls actually work

Constructor

new ChromeDriver()

Source:

Methods

(async) setTimeouts()

w3c: Fixes Chrome's setTimeouts implementation, which will require three different calls rather than the one call NOTE: The code has been commented out

Source:

(async) status()

w3c: Fixes Chrome's status object, which otherwise won't include the ready and message properties, as required

Source: