网站首页
编程语言
数据库
系统相关
其他分享
编程问答
JavascriptExecutor
2024-07-20
java Selenium,定位 伪元素.UI自动化
Java中,要获取这个表单字段前面的星号“*”,因为是用的伪元素,无法直接通过常规定位获取字符,需要用到JavascriptExecutor。importorg.openqa.selenium.By;importorg.openqa.selenium.JavascriptExecutor;importorg.openqa.selenium.WebDriver;importorg.openqa.selenium.We