Added Cucumber web for iOS to run through appium on simulator#42
Added Cucumber web for iOS to run through appium on simulator#42Goginenni wants to merge 4 commits intoappium-boneyard:masterfrom
Conversation
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. |
There was a problem hiding this comment.
You can use $driver.wait.
|
@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) |
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. |
No description provided.