You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the past, we needed ONLY ONE LINE of code to work functionality, and very fast.
Now, Totally different.
I am trying to execute the ExecuteScriptAsync("document.documentElement.outerHTML;") in every 1 second,
but it still killed 1 core of CPU, and my application is almost freeze and dying.
We need a reasonable way to get html source code.
The text was updated successfully, but these errors were encountered:
In the past, we needed ONLY ONE LINE of code to work functionality, and very fast.
Now, Totally different.
I am trying to execute the ExecuteScriptAsync("document.documentElement.outerHTML;") in every 1 second, but it still killed 1 core of CPU, and my application is almost freeze and dying.
In the past, we needed ONLY ONE LINE of code to work functionality, and very fast.
Now, Totally different.
I am trying to execute the ExecuteScriptAsync("document.documentElement.outerHTML;") in every 1 second,
but it still killed 1 core of CPU, and my application is almost freeze and dying.
We need a reasonable way to get html source code.
The text was updated successfully, but these errors were encountered: