* Configures the browser to emulate a mobile device. For more information, refer * to the ChromeDriver project page on [mobile emulation][em]. Configuration * options include: * * - `deviceName`: The name of a pre-configured [emulated device][devem] * - `width`: screen width, in pixel
(config)
| 530 | * @return {!Options} A self reference. |
| 531 | */ |
| 532 | setMobileEmulation(config) { |
| 533 | this.options_.mobileEmulation = config |
| 534 | return this |
| 535 | } |
| 536 | |
| 537 | /** |
| 538 | * Sets a list of the window types that will appear when getting window |
no outgoing calls
no test coverage detected