Closed bryanmikaelian closed 13 years ago
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.
Hi,
As described in the README the functionality is already there, with more flexible wait semantics:
click 'the_button_id', :wait_for => :page
Cheers,
Oh awesome! It helps to read haha! Thanks Philippe
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.