I need to script some web forms pages and curl appears to be the answer as it has PHP support.
However the form uses JavaScript menu tabs and I not quite sure how curl locates the links and clicks them for the other pages to come up. I tried Selenium and it worked right away. If I use Selenium to locate the ids of the form elements can curl be scripted to locate those elements, then click them, enter the values and click the submit button?
Htmlunit is another I'd like to try