Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Selenium opens a small ie test instance

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

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 ("login"))

/ / loginLink.click ()

/ * Page code

*

, /

/ / use id

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

BaiduTextBox.sendKeys ("selenium")

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

Button.click ()

}

}

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report