We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Originally created by Luke Daley.
This would make it easier for people wanting to use more types:
class SomeGebSpec extends GebSpec { def "login"() { when: go "http://somewhere.com" then: def loginPage = at(LoginPage) loginPage.username.value "fred" } }
The text was updated successfully, but these errors were encountered:
Resolved
Sorry, something went wrong.
Originally posted by Marcin Erdmann.
Resolved in apache/groovy-geb@82b1747
Also applied to toAt() and to() methods.
Only updated javadocs for those methods, decided not to put it anywhere in manual as it seems to be a pretty edge case usage.
erdi
No branches or pull requests
Originally created by Luke Daley.
This would make it easier for people wanting to use more types:
The text was updated successfully, but these errors were encountered: