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

Thoughts about adding this method? #27

Closed
wants to merge 1 commit into from
Closed

Thoughts about adding this method? #27

wants to merge 1 commit into from

Conversation

bryanmikaelian
Copy link

Added a clickAndWaitForPageToLoad method. This is something we implemented on our end for our C# tests and has worked quite nicely. It eliminates the need to call the click and waitForPageToLoad method seperately, in certain situations.

…ented on our end for our C# tests and has worked quite nicely. It eliminates the need to call the click and waitForPageToLoad method seperately, in certain situations.
@ph7
Copy link
Owner

ph7 commented Jun 22, 2011

Hi,

As described in the README the functionality is already there, with more flexible wait semantics:

click 'the_button_id', :wait_for => :page

Cheers,

  • Philippe

@ph7 ph7 closed this Jun 22, 2011
@bryanmikaelian
Copy link
Author

Oh awesome! It helps to read haha! Thanks Philippe

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

Successfully merging this pull request may close these issues.

None yet

2 participants