会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小白龙白龙马
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
162
163
164
165
166
167
168
169
170
···
204
下一页
2020年2月10日
java+selenium+new——使用页面的文字内容识别和操作新弹出的浏览器窗口
摘要:
阅读全文
posted @ 2020-02-10 00:18 小白龙白龙马
阅读(262)
评论(0)
推荐(0)
编辑
java+selenium+new——使用title属性识别和操作新弹出的浏览器窗口
摘要: package rjcs; import java.util.*; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.
阅读全文
posted @ 2020-02-10 00:16 小白龙白龙马
阅读(472)
评论(0)
推荐(0)
编辑
2020年2月9日
java+selenium+new——判断某个元素是否显示 driver.findElementById("kw").isDisplayed()——判断某个元素是否可用 System.out.println(driver.findElementById("kw").isEnabled())
摘要: package rjcs; import java.util.*; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.
阅读全文
posted @ 2020-02-09 01:14 小白龙白龙马
阅读(518)
评论(0)
推荐(0)
编辑
java+selenium+new——元素属性值以及其它基本使用方法
摘要: package rjcs; import java.util.*; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.
阅读全文
posted @ 2020-02-09 01:05 小白龙白龙马
阅读(744)
评论(0)
推荐(0)
编辑
java+selenium+new——模拟——单击鼠标左键不释放、以及释放的操作——action类
摘要:
阅读全文
posted @ 2020-02-09 00:59 小白龙白龙马
阅读(361)
评论(0)
推荐(0)
编辑
java+selenium+new——模拟鼠标悬浮操作——action类
摘要: package rjcs; import java.util.*; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.
阅读全文
posted @ 2020-02-09 00:52 小白龙白龙马
阅读(508)
评论(0)
推荐(0)
编辑
java+selenium+new——模拟鼠标右键操作——action类
摘要: package rjcs; import org.openqa.selenium.By; import org.openqa.selenium.Keys; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefo
阅读全文
posted @ 2020-02-09 00:46 小白龙白龙马
阅读(630)
评论(0)
推荐(0)
编辑
java+selenium+new——模拟键盘操作——复制、粘贴——action类
摘要: package rjcs; import org.openqa.selenium.By; import org.openqa.selenium.Keys; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefo
阅读全文
posted @ 2020-02-09 00:41 小白龙白龙马
阅读(689)
评论(0)
推荐(0)
编辑
java+selenium+new——拖曳页面元素
摘要:
阅读全文
posted @ 2020-02-09 00:23 小白龙白龙马
阅读(223)
评论(0)
推荐(0)
编辑
2020年2月8日
java+selenium+new——执行JavaScript脚本
摘要: package rjcs; import org.openqa.selenium.JavascriptExecutor; import org.openqa.selenium.firefox.FirefoxDriver; public class chuangkou { public static
阅读全文
posted @ 2020-02-08 23:14 小白龙白龙马
阅读(1594)
评论(0)
推荐(0)
编辑
上一页
1
···
162
163
164
165
166
167
168
169
170
···
204
下一页