|
Meant to write that all core tests pass. Patch with same functionality as previous patch, plus allows control of "wait" behavior in "goto" method of the IE object. Also factors out the argument handling code to a method in the Container module that takes the arguments array and returns a hash object. I just noticed this suggestion. Thanks for making it. I think this must have been reported at a time when i was transitioning between jobs and somewhat distracted. I apologize for missing this and will review the patch. Thanks. > element.click_no_wait - results in a click event in a separate process and also no wait (though the lack of a wait doesn't seem central to the functionality, and no unit tests appear to fail when an @container.wait event is triggered after the separate process is launched) At one point, it did lead to errors. They occurred in the spawned process so they could not cause unit tests to fail and they only resulted in benign, but scary error messages showing up in the console (if you had a console open). |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Patch to the 1.5.1163 version