摘要:
str= '登录验证码 644322 ,本验证码3分钟内有效。(请确保是本人操作且为本人手机,否则请忽略此短信)' nums = re.sub("\D", "", code[0]) a = nums[0:6] 阅读全文
摘要:
链接: https://pan.baidu.com/s/10SFvU2or0eQLrG9oCiBNSg 提取码: d52n 1、安装包可去官网下或者直接去上方 2、遇到“xshell启动遇到“由于找不到mfc110.dll,无法继续执行代码的解决方法” 解决方法:去https://www.micro 阅读全文
摘要:
是因为元素被遮挡了。 我遇到的错误是如果某个输入框有提示下拉匹配 但是我没有输入可以匹配的,就会出现这个错误。 解决方法: element = self.driver.find_element_by_id('_project_funding_year')webdriver.ActionChains( 阅读全文
摘要:
关于正则表达式的学习 元字符+限定符的组合 元字符 限定符 意义 . + 匹配至少大于一次 单个字符 \d ? 匹配0次或者1次 单个数字 [0-9] * 匹配0次或者多次 0-9 [a-zA-Z] {n,}{n,m}{n} 匹配限定次数 等价所有大小字母 阅读全文
摘要:
self.driver.find_element(By.CSS_SELECTOR, ".container__card .main-list-header__searchbox input").click() self.driver.find_element(By.CSS_SELECTOR,".co 阅读全文
摘要:
1、需要浏览器的版本对应 谷歌: 下载地址1:http://npm.taobao.org/mirrors/chromedriver/下载地址2:http://chromedriver.storage.googleapis.com/index.html 2、火狐:https://github.com/ 阅读全文
摘要:
https://blog.csdn.net/qq_29918079/article/details/80011234?utm_medium=distribute.pc_relevant.none-task-blog-baidujs_baidulandingword-2&spm=1001.2101.3 阅读全文