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
Since it's not trivial to get response status code from Selenium, at the moment we use requests to get the status. This increases requests rate and reveals the robotic nature of the bot. We need to do everything with Selenium only. To achieve this we can parse the page body and/or get (intercept) data from the socket layer.
The text was updated successfully, but these errors were encountered:
Since it's not trivial to get response status code from Selenium, at the moment we use
requests
to get the status. This increases requests rate and reveals the robotic nature of the bot. We need to do everything with Selenium only. To achieve this we can parse the page body and/or get (intercept) data from the socket layer.The text was updated successfully, but these errors were encountered: