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
Provide shortcut method for combining "to" and "at" #1
Comments
Originally posted by Robert Fletcher. What would the purpose of this be? Doesn't 'to' already verify the page? If not, I think it should. |
Originally posted by Luke Daley. it doesn't, because the request may redirect to a different page. |
Originally posted by Alexander Zolotov. In most cases, after calling 'to' I'm checking that I am on right page. So you may want to insert verification of page in "to" method and come up with shortcut to changing page without verification. For example:
|
Originally posted by Christoph Neuroth. +1 on Alexanders suggestion. Any reasons against that? |
Originally posted by Luke Daley. The problem is that it clashes with this feature: http://www.gebish.org/manual/current/page-navigation.html#advanced_page_navigation My current thinking on this is that we should change |
Originally posted by Marcin Erdmann. Resolved in geb/geb@c84cbdd by adding toAt() method. |
Resolved |
Originally created by Luke Daley.
The text was updated successfully, but these errors were encountered: