Mutiple Web adapter for same web application
Hi All,
Need help to resolve the below issue.
Need to automate flow in an web application where need to click on a link present in the webpage. In my current environment the click on link doesn`t navigate to the next page. So I have been provided a separate URL which opens the same page, to interrogate all controls. But in the Production environment we will be having access to the link so need not navigate through the provided URL. Now if I interrogate my all controls for the given URL, how I am supposed to used them in my flow. I guess we need to start the web application to use the controls which are interrogated. I tried modifying the HookChildProcess as True but it doesn´t help. If someone can please explain how we can resolve this.