* Clicks on this element. * * @return {!Promise } A promise that will be resolved when the click * command has completed.
()
| 2696 | * command has completed. |
| 2697 | */ |
| 2698 | click() { |
| 2699 | return this.execute_(new command.Command(command.Name.CLICK_ELEMENT)) |
| 2700 | } |
| 2701 | |
| 2702 | /** |
| 2703 | * Types a key sequence on the DOM element represented by this instance. |