Java Selenium
文章平均质量分 77
bby12345
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Selenium codes
1) //div[normalize-space(@class)='x-menu x-menu-floating x-layer'] equals //div[@class='x-menu x-menu-floating x-layer' or @class='x-menu x-menu-floating x-layer '] 2)Double click protected ...原创 2012-11-08 13:23:24 · 181 阅读 · 0 评论 -
Firefox download
FirefoxProfile firefoxProfile = new FirefoxProfile(); firefoxProfile.setPreference("browser.download.folderList",2); firefoxProfile.setPreference("browser.download.manager.showWhenStarting",...原创 2012-12-26 12:35:20 · 454 阅读 · 0 评论 -
Firefox download NEW
import java.io.File; import org.openqa.selenium.Dimension; import org.openqa.selenium.Point; import org.openqa.selenium.firefox.FirefoxBinary; import org.openqa.selenium.firefox.FirefoxDriver; ...原创 2015-09-15 16:44:17 · 397 阅读 · 0 评论
分享