-
Notifications
You must be signed in to change notification settings - Fork 103
Option to not close the page #107
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Hello,
I am using this node in conjunction with LLMs, with the LLM telling the puppeteer what to do. I would like to show the LLM the page, make it infer the next steps, and finally go back to the puppeteer node and execute it, for some back and forth.
However, I've seen that this node opens a new page every time it's invoked. Would it be possible to have an option to restore the page from a previous execution?