簡體   English   中英

在Internet Explorer中一起使用Selenium和LeanFT

[英]Using Selenium and LeanFT together in Internet Explorer

我已經看到您可以將Selenium和LeanFT與Chrome和Firefox一起使用。 有誰知道如何使用IE做到這一點?

我在VS 2015中使用C#

        var options = new InternetExplorerOptions { IgnoreZoomLevel = true ;
        _driverIE = new InternetExplorerDriver(options);

        _browser = BrowserFactory.Attach(new BrowserDescription
        {
            Type = BrowserType.InternetExplorer,
            Title = "WebDriver"
        });
        _browser.Navigate(HomeUrl);
        _browser.Sync();

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM