Skip to content

Commit 60ae6ea

Browse files
authored
feat!: support Appium v3
BREAKING CHANGE: Drop Node.js 18, 19, <22.12.0, and 23 to meet Appium requirements.
1 parent 21644fa commit 60ae6ea

5 files changed

Lines changed: 2280 additions & 2123 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.14.0
1+
v22.12.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ appium driver install --source npm @dlenroc/appium-html-driver
2121
Where:
2222

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

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

4444
// Attach to target
@@ -77,7 +77,7 @@ appium driver install --source npm @dlenroc/appium-html-driver
7777
| [execute](src/client/commands/execute.ts) | Execute script |
7878
| [executeAsync](src/client/commands/executeAsync.ts) | Execute async script |
7979
| [findElement](src/client/commands/findElOrEls.ts) | Find element |
80-
| [findElementFromElement](src/client/commands/findElOrEls.ts) | Find element form element |
80+
| [findElementFromElement](src/client/commands/findElOrEls.ts) | Find element from element |
8181
| [findElements](src/client/commands/findElOrEls.ts) | Find elements |
8282
| [findElementsFromElement](src/client/commands/findElOrEls.ts) | Find elements from element |
8383
| [forward](src/client/commands/forward.ts) | Forward |

0 commit comments

Comments
 (0)