简体   繁体   中英

Dynamics Crm Create new account Selenium C#

mouse.MoveToElement(driver.FindElement(By.Id("name_i"))).Click().Build().Perform();
        driver.FindElement(By.Id("name_i")).Click();
        Thread.Sleep(1000);
        driver.FindElement(By.Id("name_i")).SendKeys("qwerty");
        Thread.Sleep(1000);


        //driver.FindElement(By.Id("name_i")).SendKeys("qwerty");
        //driver.FindElement(By.Id("telephone1_i")).SendKeys("555-555-5555");
        //driver.FindElement(By.Id("websiteurl_i")).SendKeys("https://www.google.com/");

I need some help with send keys to fields Account name, phone and website. when I click new information dont wanna input data selenium c#

尝试使用 EasyRepro - https://github.com/Microsoft/EasyRepro这个框架应该可以解决你所有的问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM