page-object-gem Questions
5
Solved
When I try to use the class name that having space class = "country name" in page object, I'm getting:
Compound class names not permitted Selenium::WebDriver::Error::UnknownError)
How can I use ...
Selfjustifying asked 23/7, 2013 at 11:11
2
Solved
I have the following code code on my page I wanna check:
...
<p class="tags-link">
<a href="/search?q=test1" rel="nofollow">test1</a>
<a href="/search?q=test2" rel="nofollow...
Phonation asked 24/6, 2013 at 13:28
3
Is it possible to use the page-object gem and capybara to automate Ruby on Rails testing? When I attempt to access a page object after starting up my test I receive the following error:
Unable to ...
Microcosm asked 14/1, 2012 at 23:59
1
© 2022 - 2024 — McMap. All rights reserved.