0
I am doing an automation with Selenium C# and the only standard reference of the tag is a class referenced by other classes:
<div class="slds-form-element slds-form-element_readonly">
I’ve tried to:
.FindElement(By.ClassName("slds-form-element slds-form-element_readonly"))
But it returns me an error saying that it is not possible to locate class with spaces