亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

蕲春县| 孝义市| 江陵县| 丁青县| 房山区| 定结县| 宜春市| 古交市| 普洱| 池州市| 中宁县| 晴隆县| 靖江市| 嘉义县| 合肥市| 甘洛县| 元氏县| 永嘉县| 红原县| 吴忠市| 东乡族自治县| 莎车县| 灵石县| 来安县| 天长市| 定南县| 舟山市| 庆安县| 奈曼旗| 淮北市| 鄂托克前旗| 鄱阳县| 七台河市| 壶关县| 历史| 大渡口区| 大英县| 横峰县| 繁昌县| 安康市| 犍为县|