I am creating a test case which selects the drop down list returned by AJAX calls.
The ajax call returns a set of <li> tags.
I need to select one of it in the text area and submit it using a submit button.
I am not able to do it using selenium. Please help.
i have re submitted the question here : selecting and submitting the dropdown list generated by ajax call using selenium code
please check