-
Can in-memory HTML drivers handle pure js based sites (e.g., https://gitcode.com)? |
Beta Was this translation helpful? Give feedback.
Answered by
ziflex
Dec 26, 2025
Replies: 1 comment
-
|
@suntong hey, thanks for your question. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
suntong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@suntong hey, thanks for your question.
No, the in-memory driver is intended only for static pages - those that are transferred to a client with already built markup.
For dynamic pages, you have to use CDP-compatible browser (it could be ran in a headless mode).