We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using Microsoft Edge browser on Mac OS, it seems to have some invalid literal error in parsing the URL:
import pyderman pyderman.drivers.edge.get_url(version='latest', _os="mac")
[out]:
invalid literal for int() with base 10: 'EULA" target="_blank" rel="noopener noreferrer">EULA</a> and <a href="https://msedgedriver'
Instead of
https://msedgewebdriverstorage.blob.core.windows.net/edgewebdriver/100.0.1158.0/edgedriver_mac64.zip
the URL was pointing to:
('msedgedriver', 'https://msedgedriver.azureedge.net/latest/edgedriver_mac64.zip', 'latest')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using Microsoft Edge browser on Mac OS, it seems to have some invalid literal error in parsing the URL:
[out]:
Instead of
the URL was pointing to:
The text was updated successfully, but these errors were encountered: