91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

selenium打開ie測試小實例

發布時間:2020-06-21 04:27:56 來源:網絡 閱讀:956 作者:讀山行 欄目:軟件技術

package mqTest;


import java.io.File;


import org.openqa.selenium.By;

import org.openqa.selenium.WebDriver;

import org.openqa.selenium.WebElement;

import org.openqa.selenium.firefox.FirefoxDriver;

import org.openqa.selenium.ie.InternetExplorerDriver;

import org.openqa.selenium.remote.DesiredCapabilities;


public class testSelenium1 {


public testSelenium1() {

// TODO Auto-generated constructor stub

}


public static void main(String[] args) {

// TODO Auto-generated method stub


//WebDriver driver=new FirefoxDriver();

File file = new File("F:/IEDriverServer.exe");  

System.setProperty("webdriver.ie.driver", file.getAbsolutePath()); 

DesiredCapabilities ieCapabilities = DesiredCapabilities.internetExplorer();

ieCapabilities.setCapability(InternetExplorerDriver.INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS,true);

WebDriver driver=new InternetExplorerDriver(ieCapabilities);

driver.get("https://www.baidu.com");

//WebElement loginLink=driver.findElement(By.partialLinkText("登"));

//loginLink.click();

/*頁面代碼

* <input id="kw" name="wd" class="s_ipt" value="" maxlength="255" autocomplete="off"></span><span class="bg s_btn_wr"><input type="submit" id="su" value="百度一下" class="bg s_btn">

*/

//用id

WebElement baiduTextBox = driver.findElement(By.id("kw"));

baiduTextBox.sendKeys("selenium");

WebElement button=driver.findElement(By.id("su"));

button.click();

}


}


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

通河县| 甘孜县| 惠来县| 通州市| 哈尔滨市| 铜川市| 策勒县| 武乡县| 孝义市| 伊宁市| 得荣县| 辽源市| 河西区| 秭归县| 青阳县| 民勤县| 龙泉市| 确山县| 龙陵县| 鹿泉市| 阿城市| 石门县| 榆林市| 顺义区| 苏尼特右旗| 饶河县| 福鼎市| 丹东市| 玉龙| 五峰| 赞皇县| 香港| 兴义市| 金沙县| 新密市| 安达市| 平定县| 平利县| 巴东县| 土默特左旗| 桐庐县|