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:

http://pastebin.com/mddzmayv#

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

Popular posts from this blog

python - Mongodb How to add addtional information when aggregating? -

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

ruby - Net::HTTP extremely slow responses for HTTPS requests -