我正在使用Watin测试网站。它包含一个在单击tablecell时动态创建的。如何访问动态创建的。问题是在很短的时间后删除(甚至在控件可以移动到下一行之前)
if(tablecell.exists)
{
tablecell.ClickNoWait(); //this creates the dynamic <div>
if(div.exists) //the control does not go inside
{
//code to edit div contents.
}
}
答案 0 :(得分:0)
我希望这会有所帮助。
browser.WaitUntil