Answer the question
In order to leave comments, you need to log in
How to get list of div inside outer div?
All that has happened so far is to do this:
var divList = driver.FindElement(By.XPath(externalDivXpath)).FindElements(By.TagName("div")).ToList();
Answer the question
In order to leave comments, you need to log in
and you fundamentally use Xpath? stackoverflow.com/questions/8981091/xpath-select-d...
is possible in css using ">" https://developer.mozilla.org/ru/docs/Web/CSS/Chil...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question