kaiiii
8 years agoRegular Contributor
Class contain space in its value
page.FindChildByXPath("//div[@class='columns medium-5']")
In the above XPath, it's always create problem to find that web element. I think the reason is spaces in class (like space between columns and medium-5). i want to know, am i right or there is a another reason. please explain also.