Wait for something (a selector) that is unique to the page that will be loaded after the click.(等待单击后将加载的页面特有的内容(选择器)。)
It can be anything as long as it doesn't exist on the current page.(只要它在当前页面上不存在就可以。)
For example,(例如,)
This would wait for <div name="Thingy">
anywhere on the page:(这将等待页面上任何地方的<div name="Thingy">
:)
client.waitForElementVisible('div[name="Thingy"]',3000)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…