From 408a4c91611c84da773ebdcd62c5fa28b99e4ead Mon Sep 17 00:00:00 2001 From: egavr Date: Thu, 2 Mar 2017 18:25:43 +0300 Subject: [PATCH] docs: 'window.scrollTo' does not work in Opera@12.16 driver https://github.com/operasoftware/operaprestodriver/issues/108 --- doc/config.md | 4 +++- doc/tests.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/config.md b/doc/config.md index 94f296249..f4bb32af3 100644 --- a/doc/config.md +++ b/doc/config.md @@ -147,7 +147,7 @@ exclude: - `html` - set to false to disable html report and save only JSON. -* `ctx` – a context which will be available in tests via method `gemini.ctx`. +* `ctx` – a context which will be available in tests via method `gemini.ctx`. ## Browsers settings @@ -234,6 +234,8 @@ Settings list: In the resulting screenshot the area which fits the viewport bounds will be **joined** with the area which is outside of the viewport height. + :warning: Option does not work in Opera@12.16. + ## Sets You can link some set of tests with certain browsers using `sets`. diff --git a/doc/tests.md b/doc/tests.md index 5ea031841..ab400c7b8 100644 --- a/doc/tests.md +++ b/doc/tests.md @@ -255,6 +255,8 @@ call: Note that function is executed in a browser context, so any references to outer scope of callback won't work. + :warning: `window.scrollTo` does not work in Opera@12.16 (see [details](https://github.com/operasoftware/operaprestodriver/issues/108)). + * `wait(milliseconds)` – wait for specified amount of time before next action. If it is the last action in sequence, delay the screenshot for this amount of time.