text 使用selenium登录网站

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 使用selenium登录网站相关的知识,希望对你有一定的参考价值。

 var row = Driver.FindElementsByCssSelector("div.jcnt.jobd>.row div");
  var readFullDescription = Driver.FindElement(
                                By.XPath("//a[@class='center-block text-center text-muted mdtl readFull nrs-14']"));
                            readFullDescription.Click();
  var logiurl = "https://www.rozee.pk/login";

                Driver.Url = logiurl;
                Driver.Navigate();

                var userNameField = Driver.FindElementById("email");
                var userPasswordField = Driver.FindElementById("pwd");
                var loginButton = Driver.FindElementByXPath("//input[@value='Login']");

                userNameField.SendKeys("kinnannawaz@protonmail.com");
                userPasswordField.SendKeys("Kinn@nn@w@z786");
                loginButton.Click();
//var opt = new FirefoxOptions();

            //opt.SetPreference("permissions.default.image", 2);
            //opt.SetPreference("dom.ipc.plugins.enabled.libflashplayer.so", "false");

            var Driver = new FirefoxDriver(
                @"F:\Projects\Core\Selenium\Selenium\bin\Debug\netcoreapp2.1", new FirefoxOptions(),
                TimeSpan.FromSeconds(180));
install nuget packages
Selenium.Firefox.WebDriver
Selenium.WebDriver

以上是关于text 使用selenium登录网站的主要内容,如果未能解决你的问题,请参考以下文章

9使用selenium + phantomjs 模拟浏览器登录网站

在与 Scrapy 进行身份验证的登录会话后使用 Selenium

selenium登录网站获取cookies请求其他数据

selenium登录简单的网站

单击登录按钮后,Ebay 网站挂起 - Selenium Python

3 使用selenium模拟登录csdn