英文: How to Automate new Facebook Sign up popup? 问题 我已经尝试自动化Facebook注册页面(新版本包含弹出窗口)。我尝试切换到iframe,但是未能...
如何在Java中使用Selenium的Firefox配置文件和Firefox选项。
英文: How to use both the Firefox Profile and Firefox options with Selenium in Java 问题 我正在编写一个测试,我想要使用...
使用@DataProvider并行运行测试
英文: Run tests in parallel using @Dataprovider 问题 以下是翻译好的部分: 我想要为10个用户运行登录测试。用户凭证已保存在Excel表中。因此,我想要一次...
从模拟器 Appium 获取属性值
英文: Obtaining attribute values from emulator Appium 问题 我正在进行移动自动化项目的工作,遇到了获取属性值的问题(例如,检查单选按钮是否已选中,或者...
如何在Java中读取嵌套的JSON列表?
英文: how to read nested json list in java? 问题 JSONArray jsonarray = new JSONArray(response); System.o...
在使用Selenium – JAVA时选择单选按钮遇到的问题。
英文: Trouble selecting Radio buttons using Selenium - JAVA 问题 我正试图使用Selenium在Chrome上自动化一些测试。在选择单选按钮后进...
Timed out connecting to Chrome, retrying… error using ChromeDriver 2.43 and Chrome through Selenium
英文: Timed out connecting to Chrome, retrying... error using ChromeDriver 2.43 and Chrome through Sel...
java.lang.IllegalMonitorStateException (java selenium)
英文: java.lang.IllegalMonitorStateException (java selenium) 问题 package main_files; import org.openqa....
使用正则表达式在 XPath 中查找特定模式。
英文: Finding a specific pattern using regex in xpath 问题 我想使用正则表达式在xpath中查找特定文本。 这是我的xpath: locator://...
Selenium与Java一起使用时出现问题,使用webdriver.firefox.marionette。
英文: Selenium with java issue using webdriver.firefox.marionette 问题 package main_files; import org.op...
32