Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'WebDriver' object has no attribute 'is_text_present' #52

Closed
pbergonza opened this issue Mar 11, 2016 · 1 comment
Closed

'WebDriver' object has no attribute 'is_text_present' #52

pbergonza opened this issue Mar 11, 2016 · 1 comment

Comments

@pbergonza
Copy link

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?

@ggozad
Copy link
Owner

ggozad commented Mar 12, 2016

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.

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

No branches or pull requests

2 participants