当前位置:网站首页>Foundation 32: page element positioning method XPath --- axis positioning method
Foundation 32: page element positioning method XPath --- axis positioning method
2022-07-25 08:32:00 【False face】
One .following:: Represents all nodes after the current node *

Two .preceding:: Represents all nodes before the current node *

3、 ... and .following-sibling:: Represents all peer nodes after the current node *

Four .preceding-sibling:: Represents all peer nodes before the current node *

5、 ... and .child:: Represents all the children of the current node *

6、 ... and .parent:: Represents all parent nodes of the current node *

7、 ... and .ancestor:: Represents the grandfather node of the current node *

8、 ... and .self:: Represents the own element of the current node *

Nine .descendant-or-self:: Represents the current node and its descendants *

Ten .ancestor-or-self:: Represents the current node and its ancestor nodes *

边栏推荐
- nuscenes数据集3D MOT demo,端到端的目标检测和跟踪,检测跟踪联合框架
- Teach you to understand the computer optometry sheet
- Review the second time, 220614, video, day03_ Data warehouse design,
- Huawei device remote login (Telnet, SSH) configuration
- JVM specification Oracle official website
- @Use of data annotation (instead of get and set methods in entity classes)
- Redis fragment cluster
- C # introductory series (30) -- exception handling
- Idea reads configuration files such as validationmessages.properties Chinese garbled
- Surpassing transformer, Tsinghua, byte significantly refresh parallel text generation SOTA performance | ICML 2022
猜你喜欢

Initial knowledge of WebService (generate jar packages and call methods in remote services)

ArcGIS Pro脚本工具(10)——从图层生成.stylx样式符号

Idea2021 failed to start. Could not find main class com/intellij/idea/main

MVC mode three-tier architecture
![[shader realizes shadow projection effect _shader effect Chapter 8]](/img/f3/aa935cc1bb4983d5a8dc0a9710ec6e.png)
[shader realizes shadow projection effect _shader effect Chapter 8]

Idea reads configuration files such as validationmessages.properties Chinese garbled

Raspberry pie 4B parsing PWM

一款强大的端口扫描工具(nmap)

Rk3399 development board i2c4 attaching EEPROM instance

Chapter 3 business function development (realize the real-time response of the select all button)
随机推荐
[shader realizes shadow projection effect _shader effect Chapter 8]
When easyexcel uses converter conversion to inject nullpoint exception
Install MySQL 8.0 using docker
Redis best practices
@Use of Autowired
C # introductory series (30) -- exception handling
Raspberry pie creation self start service
Surpassing transformer, Tsinghua, byte significantly refresh parallel text generation SOTA performance | ICML 2022
MVC mode three-tier architecture
机器学习理论及案例分析(part2)--回归
R language error
Learn when playing No 5 | human high quality examination, right here →
If there is complex select nesting in the SQL of the flick CDC, when it encounters the binlog of delete, it will
【着色器实现Shadow投影效果_Shader效果第八篇】
LabVIEW experiment - temperature detection system (experimental learning version)
RTOS系列(13):汇编LDR指令、LDR伪指令、[Rn]寄存器间接引用 详细解析
Test the mock data method of knowing and knowing
Brush the title "sword finger offer" day02
Database persistence +jdbc database connection
One of C language multithreading programming