You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, all tests pass fine here, something must be foo-bared with your setup. is_text_present is a definitely a function of WebDriver.
Hard to say what is wrong in your setup though.
Dear,
I´m new with behaving. Congrats for the hard work
I´m using:
@step(u'I should see "{text}" within {timeout:d} seconds')
from:
https://github.com/ggozad/behaving/blob/master/src/behaving/web/steps/basic.py
I receive the error:
'WebDriver' object has no attribute 'is_text_present'
could you check it please?
The text was updated successfully, but these errors were encountered: