Skip to content

Commit aa14483

Browse files
authored
feat: implement Page.exposeBinding and convert more binding tests (microsoft#21)
1 parent 36ec917 commit aa14483

File tree

13 files changed

+303
-11792
lines changed

13 files changed

+303
-11792
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
run: |
3030
FILE_NAME="unkwnown"
3131
if [[ $OS == *"ubuntu"* ]]; then
32-
FILE_NAME=playwright-cli-0.5.3-linux.zip
32+
FILE_NAME=playwright-cli-0.151.0-linux.zip
3333
fi
3434
if [[ $OS == *"macos"* ]]; then
35-
FILE_NAME=playwright-cli-0.5.3-mac.zip
35+
FILE_NAME=playwright-cli-0.151.0-mac.zip
3636
fi
3737
if [[ $OS == *"windows"* ]]; then
38-
FILE_NAME=playwright-cli-0.5.3-win32_x64.zip
38+
FILE_NAME=playwright-cli-0.151.0-win32_x64.zip
3939
fi
4040
echo "Downloading from $FILE_NAME"
4141
curl -O https://playwright.azureedge.net/builds/cli/$FILE_NAME

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ cd playwright-java
1616
```bash
1717
mkdir driver
1818
cd driver
19-
curl -O https://playwright.azureedge.net/builds/cli/playwright-cli-0.5.3-linux.zip
20-
unzip playwright-cli-0.5.3-linux.zip -d .
19+
curl -O https://playwright.azureedge.net/builds/cli/playwright-cli-0.151.0-linux.zip
20+
unzip playwright-cli-0.151.0-linux.zip -d .
2121
./playwright-cli install
2222
```
2323

0 commit comments

Comments
 (0)