java工作复习——使用title属性识别、网页的文字内容识别 处理 操作新弹出的浏览器窗口
2021-02-10 01:15
标签:防止 int file action finally new alt tst firefox 执行结果: 【盐城赶集网】-免费发布信息-盐城分类信息门户 【盐城找工作|找工作信息|盐城找工作网站】 - 盐城赶集网 java工作复习——使用title属性识别、网页的文字内容识别 处理 操作新弹出的浏览器窗口 标签:防止 int file action finally new alt tst firefox 原文地址:https://www.cnblogs.com/xiaobaibailongma/p/12746239.htmlpackage rjcs;
import java.util.*;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.interactions.Actions;
import org.openqa.selenium.support.ui.Select;
public class xinkaishi
{
public static void main(String[] args)
{
System.setProperty("webdriver.firefox.bin","C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe"); //设置火狐的安装路径,防止系统找不到
FirefoxDriver driver = new FirefoxDriver(); //初始化FireFox浏览器实例,并打开浏览器
try
{
driver.manage().window().maximize(); //最大化窗口
Thread.sleep(5000);
driver.navigate().to("http://yancheng.ganji.com/");
Thread.sleep(5000);
String parentWindowHandle = driver.getWindowHandle(); //先将当前浏览器窗口句柄存储到变量中。
driver.findElementByLinkText("包吃包住").click();
Set
【盐城找工作|找工作信息|盐城找工作网站】 - 盐城赶集网
下一篇:Java8_Stream_创建
文章标题:java工作复习——使用title属性识别、网页的文字内容识别 处理 操作新弹出的浏览器窗口
文章链接:http://soscw.com/index.php/essay/53337.html