I'm trying to get the text "Lior Pelet", but i'm getting empty string
This is the site code:
<div class="crm-entity-stream-content-detail"><span>Lior Pelet</span></div>
And this is my code:
@FindBy(css=".crm-entity-stream-content-detail > span")
public WebElement txtFullName; //full name
String sContactName=txtFullName.getAttribute("span");