From fff371ae6e7bb78c4c53adfe08751dc3a0bd7c10 Mon Sep 17 00:00:00 2001 From: Shin'ya UEOKA Date: Wed, 25 Sep 2019 13:32:12 +0000 Subject: Scroll option page for Firefox 60 --- e2e/lib/OptionPage.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'e2e/lib') diff --git a/e2e/lib/OptionPage.ts b/e2e/lib/OptionPage.ts index 6b66f41..c183b06 100644 --- a/e2e/lib/OptionPage.ts +++ b/e2e/lib/OptionPage.ts @@ -32,5 +32,8 @@ export default class OptionPage { // TODO validate current page return new JSONOptionPage(this.lanthan); } -} + scrollTo(x: number, y: number): Promise { + return this.webdriver.executeScript(`window.scrollTo(${x}, ${y})`); + } +} -- cgit v1.2.3