会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
冷梦
博客园
首页
新随笔
联系
订阅
管理
2019年8月11日
postman请求数据库方法(Omysql)
摘要: 一、github 地址: https://github.com/liyinchigithub/Omysq 二、效果 三、使用方式 如果你电脑已经安装配置 Git、node 环境,可以直接按下面步骤进行操作: git clone git@github.com:liyinchigithub/expres
阅读全文
posted @ 2019-08-11 10:24 我就是议员
阅读(586)
评论(0)
推荐(0)
编辑
2019年7月26日
RF--变量表表示
摘要:
阅读全文
posted @ 2019-07-26 21:28 我就是议员
阅读(180)
评论(0)
推荐(0)
编辑
2019年7月11日
WebDriver关闭窗口
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>new windows</title></head><body><a href="http://www.baidu.com" target="_blank">点击打
阅读全文
posted @ 2019-07-11 12:47 我就是议员
阅读(1938)
评论(0)
推荐(0)
编辑
WebDriver切换窗口
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>new windows</title></head><body><a href="http://www.baidu.com" target="_blank">点击打
阅读全文
posted @ 2019-07-11 12:44 我就是议员
阅读(926)
评论(0)
推荐(0)
编辑
WebDriver处理截屏
摘要: # coding=utf-8from selenium import webdriverimport timedriver = webdriver.Chrome(r"C:\Program Files (x86)\Google\Chrome\Application\chromedriver.exe")
阅读全文
posted @ 2019-07-11 11:43 我就是议员
阅读(253)
评论(0)
推荐(0)
编辑
2019年7月10日
获取当前窗口的地址栏url地址
摘要: # coding:utf8from selenium import webdriverdriver = webdriver.Chrome(r"C:\Program Files (x86)\Google\Chrome\Application\chromedriver.exe")driver.impli
阅读全文
posted @ 2019-07-10 15:26 我就是议员
阅读(730)
评论(0)
推荐(0)
编辑
WebDriver获取当前窗口的title
摘要: # coding:utf8from selenium import webdriverimport timedriver = webdriver.Chrome(r"C:\Program Files (x86)\Google\Chrome\Application\chromedriver.exe")d
阅读全文
posted @ 2019-07-10 15:21 我就是议员
阅读(1854)
评论(0)
推荐(0)
编辑
2019年7月9日
复选框
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>定位网页元素</title></head><body><p>选择您喜爱的车</p><select id="multi" multiple> <option valu
阅读全文
posted @ 2019-07-09 15:49 我就是议员
阅读(208)
评论(0)
推荐(0)
编辑
勾选框
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"></head><body><p>测试勾选</p><div> <input type="checkbox" name="vehicle" value="bike" > 我有一辆自行车
阅读全文
posted @ 2019-07-09 15:38 我就是议员
阅读(299)
评论(0)
推荐(0)
编辑
单选框
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"></head><body><p>测试单选</p><div> <input type="radio" name="gender" value="male"> 男<br> <input
阅读全文
posted @ 2019-07-09 15:24 我就是议员
阅读(204)
评论(0)
推荐(0)
编辑
下一页
公告