testing - Codeception click input radio -
on website i'm starting use codeception perform tests. on page have form has fields fill data perform email test content. problem form have input type radio. inputs inside on div. on end of post give example better perception of problem. problem can't check input. had tried used checkoption, selectoption, click functions , don't work. here html:
how can solve this?
how using codeception (webdriver, phpunit, etc)?
if using in php , webdriver try this:
$i->click('[name=[event_id"]');
good luck.
Comments
Post a Comment