DOM Explorer of the object :
<INPUT tabIndex=0 onkeyup=DisableEnableFields(); onblur=autoValidate(this) id=prvd_org_name onkeydown="return HandleMaxLengths(this, 70,event,'','');" maxLength=70 size=120 name=prvd_org_name isRequired="false" ValidationType="ALPHANUMERICSPACEPUNCTUATION">
Please help me with the xpath
Tried below xpaths :
driver.findElement(By.xpath("//input[@name ='prvd_org_name']"))
driver.findElement(By.xpath("//input[@type= text and @name ='prvd_org_name']"))
Please gimme different alternatives as for the above two it gives me unable to find element