Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
docs: 'window.scrollTo' does not work in Opera@12.16 driver
Browse files Browse the repository at this point in the history
  • Loading branch information
eGavr committed Mar 2, 2017
1 parent 0605d24 commit 408a4c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/config.md
Expand Up @@ -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

Expand Down Expand Up @@ -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`.
Expand Down
2 changes: 2 additions & 0 deletions doc/tests.md
Expand Up @@ -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.
Expand Down

0 comments on commit 408a4c9

Please sign in to comment.