Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Added Cucumber web for iOS to run through appium on simulator #42

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Goginenni
Copy link

No description provided.

Sathish Gogineni added 3 commits October 17, 2014 14:59
@Goginenni
Copy link
Author

@sebv @bootstraponline I have fixed your review comment. I have removed calaculator2.feature in iOS as it is redundant.

Let me know your thoughts.

}
After { $driver.driver_quit }

def wait(opts={})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use $driver.wait.

@Goginenni
Copy link
Author

@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)

@bootstraponline
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants