ggozad / behaving

Behavior-Driver-Development for multi-user web/email/sms applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'WebDriver' object has no attribute 'is_text_present'

pbergonza opened this issue · comments

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?

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.