Hello all,
We are trying to build a attended BOT to run in pip mode.
- User will launch browser and login into the app on his server.
- Code is written to attach to already opened browser instance/app from step1.
- User will start the BOT in PIP mode.
- User will switch to PIP mode.
- Expectation is that browser gets attached to browser in server in pip session and bot moves ahead ( which is how it works in no pip mode)
- User can view the bot working in pip mode.
But BOT is failing with message: unable to attach.to browser.
Any help is appreciated.