-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed
Description
Currently the Python Webdriver's Remote interface resolves the domain name to an IP and this is causing some issues with our users. Can the Python webdriver behaviour be made consistent with other drivers/browsers/curl, ie: request on a domain name rather than IP address.
The current RemoteConnection implementation already has resolve_ip parameter, that can be toggled to change the behaviour. This option isn't exposed on the Remote Webdriver API. Are there any drawbacks to making the HTTP request by hostname that I am missing?
If this change sounds feasible, I will be giving a PR to do it!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels