Disable DOM domain after each operation.#71
Disable DOM domain after each operation.#71aslushnikov merged 1 commit intopuppeteer:masterfrom pavelfeldman:dom_a_2
Conversation
|
Because I'm curious.. can you explain why this is necessary? |
|
DOM domain was made for inspection, not automation. Backend for this domain is stateful and stores information on the nodes it sent to the client. It also pushes all the nodes that are on the path to any In automation, we never want to deal with |
No description provided.