Web recorder doesn't capture input I am scraping a web page which allows a search on one of three possible criteria. The page has a radio group to indicate which criteria is being used for the search and then a text field to enter the search string. AA records the selection from the radio group and the pressing of the submit button, but not the search criteria itself.
The page uses javascript to submit the request, but I am unable to see how to indicate the search criteria for automating the task.
Thanks. |