Following Question:
<div id="id-74385" class="guest clearfix" style="z-index: 999;">
Given above,
If I want a xpath with checks both id and class, can we do it w/ 'and' condition LIKE:
//div[@id='id-74385'] and div[@class='guest clearfix']
Is this correct way? My execution fails here... Please help!