User needs to navigate to a website, log in, query a list page, and then save its content to a local text file or send it to another system via a POST API call. The login and query parts are working, but saving/sending the content is not yet possible.
### What problem does this solve? I need a feature like this and hope it can be supported. Navigate to a certain website, log in, and then query the list page. After that, output the content of the list page to a text file or call a POST to another API. Currently, the login and list query are working fine in the test, but I am unable to save the page content. ### Proposed solution save page content to local file. use post or mcp send data to other system ### Additional context _No response_