python UI自动化之JS定位

Posted 菜菜_包包

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python UI自动化之JS定位相关的知识,希望对你有一定的参考价值。

1、话不多说,直接贴入代码

 

 

上面的 document.getElementById 可以替换成别的定位方式,比如:

通过name获取:document.getElementsByName

通过标签获取:document.getElementsByTagName

通过class获取:document.getElementsByClassName

通过css获取:document.querySelector、document.querySelectorAll

 

2、稍微封装一下

 

 

 

以上是关于python UI自动化之JS定位的主要内容,如果未能解决你的问题,请参考以下文章

基于python实现UI自动化3.3 Selenium - JS处理浏览器滚动条

Appium-python-UI自动化之元素定位uiautomatorviewer

UI自动化之jsjquery的应用

python UI自动化之js操作

基于python实现UI自动化3.4 JS 处理日历控件(删除 readonly 属性)

基于python实现UI自动化4.1 selenium发送163邮箱邮件