问题标签 [webdriverwait]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
selenium - Selenium2 中的 Web 驱动程序等待时间是否有任何限制
selenium web 驱动程序中的等待时间是否有任何限制。
多谢你们
selenium - Selenium Web 驱动程序等待很长时间
我可以用 Selenium Web Driver 等待很长时间吗?
即使我可以像下面这样设置隐式等待命令,它也不会等待我给的时间。
这里有什么问题吗?
就我而言,我需要执行一个测试用例并等待 4 分钟,然后再执行下一个测试用例。
我在这里使用Java。
python - html 中的 Selenium 和 iframe
无法send_keys()
用于 iframe。如何选择这个 iframe 以及其中的哪个元素应该用于 send_key()?
和 iframe html 代码
如何将值发送到描述?
我想知道的另一件事是,当我在浏览器中查找“查看页面源代码”时,该框架代码不会出现?
java - 如何使用 Selenium 单击 href 链接
我有一个html href
链接
使用 Selenium 我需要单击链接。目前,我正在使用以下代码 -
但它不会重定向到页面。我也试过下面的代码 -
但这是抛出异常 -
链接可见,页面已完全加载。我不知道我的代码有什么问题。
python - 使用 Python 和 Selenium 按文本单击按钮
是否可以使用Selenium单击具有相同文本的多个按钮?
java - 在运行时更改对象属性时使用 Selenium 自动化 Ember.js 应用程序
我正在尝试使用 Selenium+TestNg 自动化 Ember.js 应用程序。
应用程序中的下拉列表只有一个对象属性 ID。但是,每次我刷新页面 id 都会发生变化并且没有模式。例如:第一次打开页面 id=ember1398,当我刷新页面时,相同的对象 id 更改为 ember1097。
如果有人能指导我克服这一挑战,我将不胜感激。如有必要,我愿意更改工具/框架。
selenium - VisibilityOfElementLocated Vs presenceOfElementLocated
Consider this:
So in case i only wants to get this value
is it enough to use presenceOfElementLocated()
instead of visibilityOfElementLocated()
?
selenium - Selenium - 如何通过 WebDriver 中的 href 值单击链接
我有这段代码
我正在尝试使用 href 链接
但我得到了这个错误