RPA 教程

Python包
https://pypi.org/
Python标准包
https://docs.python.org/3.13/installing/index.html
MySql下载
https://dev.mysql.com/downloads/file/?id=518835
odbc连接驱动(必须按照32位)
https://dev.mysql.com/downloads/connector/odbc/

ODBC管理程序

dev.mysql.com
43.143.30.32
ydtest
yingdao
9527

 

Google浏览器按照 XPath Helper 插件,安装成功后,按住Shift捕获元素

根节点:/html 或者 //*

跨节点:使用双斜杠 //,如:/html//textarea

属性节点:[@id] 或者 [@id="id名字"]

文本节点:[text()="设置"]

posted @ 2024-03-17 15:48  microsoft-zhcn  阅读(11)  评论(0编辑  收藏  举报