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

docs: 'window.scrollTo' does not work in [email protected] driver #745

Merged
merged 1 commit into from
Mar 3, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/config.md
Original file line number Diff line number Diff line change
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 [email protected].

## Sets

You can link some set of tests with certain browsers using `sets`.
Expand Down
2 changes: 2 additions & 0 deletions doc/tests.md
Original file line number Diff line number Diff line change
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 [email protected] (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