I need to navigate websites and perform various actions like logging in, browse to a specific page, fill out forms, extract certain text and corresponding js in respective files automatically.
For an example, I have to logged in one site and then access controls in navigated pages etc. Some controls are controlled by javascript too,
By using WWW::Mechanize module I am unable to access javascript in a navigated page.
Workflow:
Login page->Navigated_html_page->event->JsFunction->Loadothercontrols->Upload File->Submit action.
Can anyone suggest solutions for this?