File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- v22.14 .0
1+ v22.12 .0
Original file line number Diff line number Diff 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
27272 . 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 |
You can’t perform that action at this time.
0 commit comments