2016-04-07 11 views

cevap

0

Onun ılist

ReadOnlyCollection<IWebElement> list = driver.FindElements(By.XPath("")); 

Daha detaik

System.Collections.Generic.IList<OpenQA.Selenium.IWebElement>

0

kullanımından alınır IList<IWebElement> list = driver.FindElements(By.XPath("")); : Click

veya

IList<IWebElement> list = driver.FindElements(By.XPath("")); 
+0

Teşekkür ** ılist ** seçenek çalıştı ben mi. – Cooldudescrib