WAIT: { for (1..60) { if (eval { $sel->is_element_present("xpath=\"XXXXX\"") }) { pass; last WAIT } sleep(1); } fail("timeout"); }