How to get HTTP STATUS CODE == 200 when loading a page using Selenium? #3941
Answered
by
mdmintz
heavenyoung1
asked this question in
Q&A
-
Before interacting with the page using SELENIUM, I want to make sure that the page request HTTP STATUS CODE == 200. Is this possible, and if so, how? |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Aug 23, 2025
Replies: 1 comment 6 replies
-
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As Google says, you would use the
requests
library to get the response code before using Selenium on the page: