Simon Kurtz

Results 2 issues of Simon Kurtz

It would be nice to abstract the `click` and `scrollIntoView` calls a little, so that code such as ``` (() => browser.executeScript('arguments[0].scrollIntoView();', this.locatorButton.webMail)) (() => browser.executeScript('arguments[0].click();', this.locatorButton.webMail)) ``` could be...

cla: no