前端之家收集整理的这篇文章主要介绍了
html – 在Selenium中设置隐藏的输入值?,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我们在表单上隐藏了输入字段,我们需要Selenium来设置这些字段的值.通过Selenium IDE设置隐藏输入值的最佳
方法是什么?
我找到的最简单
方法:
命令:runScript
值:
javascript{this.browserbot.getCurrentWindow().document.getElementById('hiddenElementId').value='TheValue'}
原文链接:https://www.f2er.com/html/232176.html