Skip to content
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
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.14.0
v22.12.0
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ appium driver install --source npm @dlenroc/appium-html-driver
Where:

- origin - address of the Appium server, for example: `http://192.168.0.2:4723`.
- udid _(optional)_ - identifier that represent your device, default to client's IP address.
- udid _(optional)_ - identifier that represents your device; defaults to the client's IP address.
- handle _(optional)_ - identifier that will represent the window handle.

2. Attach and run test
Expand All @@ -38,7 +38,7 @@ appium driver install --source npm @dlenroc/appium-html-driver
/**
* Load instrumented page manually, via cli or in any other way
*
* NOTE: that is not driver's responsibility
* NOTE: that is not the driver's responsibility
*/

// Attach to target
Expand Down Expand Up @@ -77,7 +77,7 @@ appium driver install --source npm @dlenroc/appium-html-driver
| [execute](src/client/commands/execute.ts) | Execute script |
| [executeAsync](src/client/commands/executeAsync.ts) | Execute async script |
| [findElement](src/client/commands/findElOrEls.ts) | Find element |
| [findElementFromElement](src/client/commands/findElOrEls.ts) | Find element form element |
| [findElementFromElement](src/client/commands/findElOrEls.ts) | Find element from element |
| [findElements](src/client/commands/findElOrEls.ts) | Find elements |
| [findElementsFromElement](src/client/commands/findElOrEls.ts) | Find elements from element |
| [forward](src/client/commands/forward.ts) | Forward |
Expand Down
Loading