This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: 'window.scrollTo' does not work in [email protected] driver
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected]. | ||
|
||
## Sets | ||
|
||
You can link some set of tests with certain browsers using `sets`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|