@webdriver.navigate.to @target_url
@wait.until( ExpectedConditions.frameToBeAvailableAndSwitchToIt('some FrameLocator'))NameError:
uninitialized constant ExpectedConditions
I found a lot of 'ExpectedConditions' examples for java, but I cannot find it in ruby.
How can I write it in Ruby?
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/885192a2-a305-4c03-b1f3-f49ce11338b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I have the same question, from what I can tell it might be possible to import/require/link to something or create the class ourself in the ruby script. I want to use the following because a modal is getting in the way, either that or I need the developer to look more closely at why my script keeps failing at this point in various different runs.