
org.openqa.selenium.NoSuchElementException: Unable to find element with xpath == //div[@title='Access Client Files' and @class='cpfolder normalfolder' and @id='cpfolder_2']//span[@name='modText2']
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
My HTML is
<div title="Access Client Files" class="cpfolder normalfolder" id="cpfolder_2" onmouseover="hoverMod(2,true)" onmouseout="hoverMod(2,false)" onclick="javascript:showMenu('Client','ORG201','PLAN','2',false)">
<span name="modText2">Clients</span>
</div>
class="cpfolder normalfolder". You would be better to use only ID as a selector. – Kate Paulk Apr 16 '18 at 14:29