apify / actor-web-automation-agent

This is the experimental version of Web Automation Agent. The agent uses natural language instructions to browse the web and extract data.
https://apify.com/apify/ai-web-agent
17 stars 15 forks source link

fix: fix case once click link was open in new tab and agent lose context #16

Closed drobnikj closed 7 months ago

drobnikj commented 7 months ago

When new tab was opened during click on link, the agent lose context. This will fix it in way, that opened URL is loaded into current context page and the rest pages will be closed.