Selenium返回webcontent

时间:2016-10-17 21:37:25

标签: selenium

我正在使用selenium来自动化web gui测试。我想知道,如果selenium可以返回包含某些按钮点击后包含渲染的html的html?

例如,初始html有<div id="errorSection"></div>。现在,selenium点击了一个按钮,errorSection div标签就像这样填充:

<div id="errorSection">
<ol>
   <li>Password must be 8 characters long</li>
   <li>Username has already been taken</li>
 </ol>
</div>

selenium是否能够使用呈现的内容发送回渲染的html?

0 个答案:

没有答案