Dynamic input for Web Automation
When using web automation, it is possible to have dynamic inputs to be read from external source (an application or database) for each step of the workflow? This includes input at runtime based on user selection (externally or through automation):
- To identify the web page to open
- User name and password to login to a website
- Controls which needs to be populated in the web page (depending on user selection, different control needs to be populated with dynamic data)
Screen scrapping
It is possible to save a page content as PDF as one of the step in web automation?