web 企业微信实战1

标题

Web 企业微信实战1

课程价值

  • 了解 selenium IDE
  • 掌握使用remote复用已有的浏览器
  • 掌握使用cookie登陆

大纲

  • selenium简介
  • selenium IDE
  • 使用remote复用已有的浏览器
  • 使用cookie登陆

时长

60分钟

PPT

driver下载地址

指定driver路径的方式

webdriver.Chrome(executable_path="/Users/jaxon/work/driver/chromedriver/chromedriver")

配置环境变量的方式

self.driver = webdriver.Chrome()
    1. chromedriver的配置问题。
    • 下载浏览器对应的driver版本
    • chromedriver配置环境变量
    • 重启命令行以及pycharm
    1. 学会找报错信息,以及理解报错信息的含义
  • 3.浏览器不要设置缩放!!

代码地址

https://github.com/ceshiren/HogwartsLG5

作业

  1. 使用 cookie 和浏览器复用,实现企业微信的点击客户联系

https://github.com/liujianxiao27/Homework
[seleniumClassOneHomework]包

https://github.com/NeilsDestiny/pytest.git

https://github.com/zhangmj111/workWeiXin

image
github:https://github.com/shengang19941226/HogwartsLG5

https://github.com/fanchenlong/HogwartsPytest

https://github.com/judy728/HogwartsLG5
1.selenium第一次作业:使用 cookie 和浏览器复用,实现企业微信的点击客户联系

https://github.com/shulianpang/homeworkPro/tree/master/selenium_test1

课后作业:https://github.com/yanxuping/My_Test_Project/blob/main/work.weixin_test/test_weixin.py

https://github.com/jiayu520/lg5-selenium

https://github.com/LastingN/SeleniumForWeCom

https://github.com/fujinjie/seleniumUI.git

:lion: Yan

https://github.com/GDFuturexx/lagou05

https://github.com/pystart-hyj/HogwartsLG5-hyj/tree/main/homework_selenium

张贵丽 作业提交
使用 cookie 和浏览器复用,实现企业微信的点击客户联系

https://github.com/zhangguili123/pytestDemo

https://github.com/Lxjbd/pythonlearn.git

https://github.com/year210818/HogwartsLG5.git

https://github.com/vmsenwh/LG05_5-1

https://github.com/the9sjeric/selenium_HK01

https://github.com/cc-26/HogwartsLG5