| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Conflicts: sample-code/examples/ruby/cucumber_ios/features/support/appium.txt
|
@sebv @bootstraponline I have fixed your review comment. I have removed calaculator2.feature in iOS as it is redundant. Let me know your thoughts. |
Sorry, something went wrong.
There was a problem hiding this comment.
You can use $driver.wait.
Sorry, something went wrong.
|
@bootstraponline Fixed your comments. i replaced with Selenium::WebDriver::wait When i tried $driver.wait, i got the following error timed out after 3 seconds (undefined method `call' for nil:NilClass) (Selenium::WebDriver::Error::TimeOutError) |
Sorry, something went wrong.
That means something is wrong in the initialization of the driver. $driver shouldn't ever be nil. Maybe try an unprefixed wait as seen in this working example. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.