目录一、 etree 介绍二、xpath 解析 html/XML1、第一步就是使用 etree 连接 html/xml 代码/文件。2、 xpath 表达式定位① xpath结合属性定位② xpath文本定位及获取③ xpath层级定位④ xpath索引定位⑤ xpath模糊匹配
I have a website that changes his inputs ids, and I\'m trying to make a semi auto-login, filling automatically the email and the password part...