Skip to content

Commit 39a460f

Browse files
authored
Update pypeteer to version 0.2.5 (#89)
* Update pypeteer to latest version
1 parent 1c1a3a4 commit 39a460f

File tree

5 files changed

+529
-8
lines changed

5 files changed

+529
-8
lines changed

Diff for: Examples/input/mouse.robot

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ Test Teardown Close All Browser
55
Suite Teardown Close Puppeteer
66

77
*** Variables ***
8-
${DEFAULT_BROWSER} chrome
9-
# ${DEFAULT_BROWSER} webkit
8+
${DEFAULT_BROWSER} firefox
109
${HOME_PAGE_URL} http://127.0.0.1:7272/basic-html-elements.html
1110

1211

@@ -19,6 +18,7 @@ Mouse over event
1918
Wait Until Page Contains Login form
2019

2120
Mouse drag
21+
[Tags] Ignore_firefox
2222
Mouse Down id=ball
2323
Mouse Move 40 50
2424
Mouse Up

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Or manually install by running following command
4444

4545
pip install -r requirements.txt
4646
python setup.py install
47+
python -m playwright install
4748

4849

4950
Usage

0 commit comments

Comments
 (0)