Are there any implementations of all the nifty Selenium on Rails methods like wait_for_visible, assert_not_text_present, … for the ruby driver of Selenium RC?
If not, how would I go about implementing something like wait_for_visible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I solved my own problem.
I found the official ruby client at the Git Hub Repository
I wrote this solution so you can just
requirethis code then you can use all the usefulwait_for_*, assert_*, assert_not_*, wait_for_not_*, verify_*, and verify_not_*commands.