This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

The default implicit wait for finding elements changed in appium_lib_core 3.0 from 20 seconds to 0 seconds.

Is there a way I can change it back to 20 seconds via a capability option or something?

  • created

    Mar '19
  • last reply

    Mar '19
  • 1

    reply

  • 280

    views

  • 1

    user

Oh, I figured it out. I just needed to add :wait => 20 inside :appium_lib (not :caps) in the options passed to Appium::Driver.new.