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

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -