appium-wait-plugin icon indicating copy to clipboard operation
appium-wait-plugin copied to clipboard

Plugin to automatically manage all element waits and enables to write wait-free appium tests.

Results 18 appium-wait-plugin issues
Sort by recently updated
recently updated
newest added

I'm using the element-wait plugin with Robot Framework and Appium2 to automate mobile testing. I've created a configuration file .appiumrc.json with the following settings: { "server": { "plugin": { "element-wait":...

The default element-wait retry do not override when I am trying to update from code: ``` { "server": { "plugin": { "element-wait": { "timeout": 50000, "intervalBetweenAttempts": 150, "excludeEnabledCheck": ["click"] }...

invalid

Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.50.0. Release notes Sourced from eslint's releases. v8.50.0 Features 27d5a9e feat: add suggestions to array-callback-return (#17590) (Tanuj Kanti) f9082ff feat: flat-rule-tester make sure default config...

dependencies

Bumps [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) from 7.20.9 to 8.16.12. Release notes Sourced from webdriverio's releases. v8.16.12 (2023-09-22) :bug: Bug Fix webdriverio #11206 (webdriverio): fix findStrategy for querying elements by classname and partial text...

dependencies

Bumps [sinon](https://github.com/sinonjs/sinon) from 11.1.2 to 16.0.0. Changelog Sourced from sinon's changelog. 16.0.0 c3396058 fix(2525): ensure non empty message when error of type string is passed, but no message (#2544) (Mark...

dependencies

Does this currently support python? Integrated into my test suite & cannot get it to find the element, it times out.. I can see JS uses driver.findElement where as the...

Bumps [husky](https://github.com/typicode/husky) from 6.0.0 to 8.0.3. Release notes Sourced from husky's releases. v8.0.3 fix: add git not installed message #1208 v8.0.2 docs: remove deprecated npm set-script v8.0.1 fix: use POSIX...

dependencies

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.8.1 to 10.9.1. Release notes Sourced from ts-node's releases. v10.9.1 Fixed Workaround nodejs bug introduced in 18.6.0 (#1838) @​cspotcode Only affects projects on node >=18.6.0 using --esm...

dependencies

Plugin should open options to disable for element check as well. For Example: When you are looking for element and adding login to scroll. This plugin will wait for given...

[debug] [XCUITestDriver@1a9e (5f06c4da)] Calling AppiumDriver.findElements() with args: ["xpath","//XCUIElementTypeButton[contains(@name,'Heart') and contains(@name,'selected')]","5f06c4da-6fc1-486b-b694-909b33b49e47"] [AppiumDriver@1acc] Plugins which can handle cmd 'findElements': element-wait [AppiumDriver@1acc] Plugin element-wait is now handling cmd 'findElements' [AppiumDriver@1acc] Executing default handling...