Fill in a dropdown field that has an "other" option text box
1 2 | fill_conditional_field(rd, css_sel_init, css_sel_other, value_init,
value_other)
|
rd |
a remoteDriver object |
css_sel_init |
css selector for the dropdown box |
css_sel_other |
css selector for the "other" text box entry |
value_init |
value for the dropdown box |
value_other |
value for the text box (NA if dropdown value doesn't trigger the text box) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.