I wanted to check that given selector is exist or not ? if ($browser->text('#collapse3 button[data-target="#opennewdrawer"]')) { //some code }else{ //some code }
if ($browser->element('#selector'))
Most helpful comment