会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Raul2018
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
::
公告
上一页
1
···
6
7
8
9
10
11
12
13
14
···
20
下一页
2018年12月13日
selenium python选取下拉框中的值
摘要: https://stackoverflow.com/questions/47689936/unable-to-scroll-and-select-desired-year-from-calender-in-webdriver-python
阅读全文
posted @ 2018-12-13 08:59 Raul2018
阅读(1948)
评论(0)
推荐(0)
2018年12月5日
python 截取 取出一部分的字符串
摘要: From: https://blog.csdn.net/q1059081877q/article/details/50687683 >>> str = 'http://manualfile.s3.amazonaws.com/pdf/gti-chis-1-user-9fb-0-7a05a56f0b91
阅读全文
posted @ 2018-12-05 16:15 Raul2018
阅读(657)
评论(0)
推荐(0)
2018年11月29日
Selenium2+python自动化38-显式等待(WebDriverWait)
摘要: From: https://www.cnblogs.com/yoyoketang/p/6517477.html 前言: 在脚本中加入太多的sleep后会影响脚本的执行速度,虽然implicitly_wait()这种方法隐式等待方法一定程度上节省了很多时间。 但是一旦页面上某些js无法加载出来(其实界
阅读全文
posted @ 2018-11-29 22:02 Raul2018
阅读(197)
评论(0)
推荐(0)
Python Selenium set Chrome Preference Download Location.
摘要: def set_chrome_pref(self): chromeOptions = webdriver.ChromeOptions() prefs = {"download.default_directory": 'des_dir'} chromeOptions.add_experimental_
阅读全文
posted @ 2018-11-29 15:51 Raul2018
阅读(460)
评论(0)
推荐(0)
python selenium right click on an href and choose Save link as... on Chrome.
摘要: From:https://stackoverflow.com/questions/42781483/right-click-on-an-href-and-choose-save-link-as-in-python-selenium/42783015原生代码:from selenium import
阅读全文
posted @ 2018-11-29 11:22 Raul2018
阅读(546)
评论(0)
推荐(0)
selenium借助AutoIt识别上传(下载)详解
摘要: From: http://www.cnblogs.com/fnng/p/4188162.html AutoIt目前最新是v3版本,这是一个使用类似BASIC脚本语言的免费软件,它设计用于Windows GUI(图形用户界面)中进行自动化操作。它利用模拟键盘按键,鼠标移动和窗口/控件的组合来实现自动化
阅读全文
posted @ 2018-11-29 08:17 Raul2018
阅读(230)
评论(0)
推荐(0)
2018年11月20日
BlueZone automation note1
摘要: TE Note1
阅读全文
posted @ 2018-11-20 09:20 Raul2018
阅读(144)
评论(0)
推荐(0)
2018年11月12日
Selenium2+python自动化43-判断title(title_is)
摘要: 判断title
阅读全文
posted @ 2018-11-12 16:36 Raul2018
阅读(196)
评论(0)
推荐(0)
2018年11月1日
基于Selenium的web自动化框架
摘要: From: https://www.cnblogs.com/AlwinXu/p/5836709.html 1 什么是selenium Selenium 是一个基于浏览器的自动化工具,它提供了一种跨平台、跨浏览器的端到端的web自动化解决方案。Selenium主要包括三部分:Selenium IDE、
阅读全文
posted @ 2018-11-01 11:27 Raul2018
阅读(588)
评论(0)
推荐(0)
Python中的self和init
摘要: From: https://www.crifan.com/summary_the_meaning_of_self_and___init___in_python_and_why_need_them/ 背景 回复: 我写的一些Python教程,需要的可以看看 中SongShouJiong的提问: Pyt
阅读全文
posted @ 2018-11-01 11:21 Raul2018
阅读(251)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
20
下一页