Skip to content

Commit ed1b4b9

Browse files
fix readme
1 parent b241177 commit ed1b4b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ import { browser } from '@wdio/globals'
3333

3434
describe('my test suite', () => {
3535
it('can call JSONWP commands', async () => {
36-
36+
// call JSONWP command
37+
await browser.buttonUp()
3738
})
3839
})
3940
```
@@ -51,7 +52,10 @@ const browser = await remote({ ... })
5152
const jsonwp = new JSONWPService()
5253
jsonwp.before(undefined, undefined, browser)
5354

55+
// call JSONWP command
5456
await browser.buttonUp()
57+
```
58+
5559
---
5660

5761
For more information on WebdriverIO see the [homepage](https://webdriver.io).

0 commit comments

Comments
 (0)