feat: add pollDelay mechanism into AppiumFluentWait by AlessandroMiccoli · Pull Request #2116 · appium/java-client

Change list

Please provide briefly described change list which are you going to propose.

Types of changes

What types of changes are you proposing/introducing to Java client?
Put an x in the boxes that apply

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Details

These changes will allow the AppiumFluentWait to sleep for a defined pollDelay before starting to verify the condition is true. It includes a little refactor to the until method, so it will be more readable.