2022年7月14日

selenium+python启动electron应用

摘要: 1 安装selenium webdriver,找到对应的chrome驱动版本 2 应用 options = webdriver.ChromeOptions() options.binary_location = “electron应用的位置” _driver = webdriver.Chrome(s 阅读全文

posted @ 2022-07-14 16:33 bbzhang 阅读(662) 评论(0) 推荐(0)

git lab提交code注意事项

摘要: 1 安装完git后,需要使用 ssh-keygen -t rsa -C "邮箱",在本地生成公钥,将x.pub里边的内容拷贝到gitlab上 2 git config --global user.name "name" git config --global user.email "email" g 阅读全文

posted @ 2022-07-14 16:18 bbzhang 阅读(75) 评论(0) 推荐(0)

导航