自动化常用元素定位

1第二个li下的div

li:nth-child(2) div {

2第一个item下的aaa

from1css=".aaa .bbb:nth-child(1) .ccc"

3两个button并列选择第二个

itcss=".aaa button:nth-child(2)"

4兄弟组件

/* 选择紧跟在 h1 元素后的 p 元素并设置其颜色为红色 */

h1 + p {

color: red;

}

/* 选择 h1 元素后面的所有 p 元素并设置其字体大小为 20px */

h1 ~ p {

font-size: 20px;

}

5 css div的属性data-id为FraudReviewGMI

k2css="div[data-id='FraudReviewGMI']>div>div>div"

6 css 属性data-id为basic_income

k2css="[data-id='basic_income'] input"

xpath

1 li元素的文本为123456

toselect1css="//li[text()='123456']"

2 元素aaa包含文本123456

//*[@class='aaa' and contains(text(),'123456')]

3 元素aaa且文本为123456

//*[@class='myClass' and text()='aaa']

4 li role="option" 并且文字为no 用xpath表示

//li[@role='option' and text()='no']

相关推荐
阿星智力囊29 分钟前
Thinkphp6+nginx环境报错信息不显示,接口直接报500和CORS跨域(错误的引导方向),真坑啊
运维·nginx·php·thinkphp6
d***95621 小时前
爬虫自动化(DrissionPage)
爬虫·python·自动化
二川bro2 小时前
AutoML自动化机器学习:Python实战指南
python·机器学习·自动化
大柏怎么被偷了2 小时前
【Linux】进程等待
linux·运维·服务器
云和数据.ChenGuang3 小时前
运维面试题之oracle和mysql单表最大容量
运维·mysql·oracle
Qzkj6664 小时前
从规则到智能:企业数据分类分级的先进实践与自动化转型
大数据·人工智能·自动化
酷柚易汛智推官4 小时前
Fastlane赋能移动研发:从全流程自动化到工程效能升级
运维·自动化·酷柚易汛
落798.4 小时前
Genlogin × Bright Data,一键解锁自动化采集的高成功率方案
运维·自动化·数据采集·亮数据
羑悻的小杀马特4 小时前
轻量跨云·掌控无界:Portainer CE + cpolar 让远程容器运维像点外卖一样简单——免复杂配置,安全直达对应集群
运维·网络·安全·docker·cpolar
L***86534 小时前
Failed to restart nginx.service Unit nginx.service not found
运维·nginx