Replies: 2 comments 4 replies
-
Is it an OOPIF? OOPIFs aren't currently supported. |
Beta Was this translation helpful? Give feedback.
-
Hello, I am getting the same error. Please help
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I have encounter a problem while I try to get DOM from this page -> https://sycm.taobao.com/custom/login.htm
by using code below:
I will get a TargetClosedException then. So I have done a little research of the source code and find out that the FrameManager will receive "Runtime.executionContextCreated" message before any other messages. While the _asyncFrames is empty, try to get frame (FrameManager.cs: 242) would cause the PuppeteerException (AsyncDictionaryHelper.cs: 34) and close the connection.
I have try to fix it but no success, please kind help me, thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions