selenium.open() becomes unresponsive in an iterative test
问题 I have a set of test steps that I have to execute with different parameters. I have scripted this in Eclipse/TestNG, driven by the parameters supplied via an excel sheet. Now, the test steps involve setting the property of a page, and then opening another page to confirm that the property is set. So, in effect, I use a simple selenium.open("my_first_url"); at the beginning of the test, set the property, and then another selenium.open("my_second_url"); to open the other url where the assertion