selenium_常见方法(转载)

这个博客记录的非常好,而且很实用,不要脸的我转载了一下,做一下记录

一. driver常用方法

image

二. 常用定位

image
image
image
image

三. 元素在页面不可见区域

image

四. iframe的操作

image

五. 页面弹出框:加等待时间

image

六. windows弹出框

image

七. 鼠标操作

image

八. 下拉列表

注意:下图中Select类引入不对

应该为 from selenium.webdriver.support.select import Select

image

九. 窗口切换

image

十. 上传操作

image

十一. 富文本框的处理

参见文章:《selenium对富文本框的处理》

十二. 绕过登录

参见文章:《利用ChromeOptions()加载用户配置》

《selenium webdriver如何添加cookie》

转载:https://www.cnblogs.com/my_captain/p/9376909.html

你可能感兴趣的:(selenium_常见方法(转载))