We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b4907 commit 9bb118bCopy full SHA for 9bb118b
botcity/web/browsers/ie.py
@@ -8,10 +8,6 @@
8
def default_options(headless=False, download_folder_path=None, user_data_dir=None) -> Options:
9
"""Retrieve the default options for this browser curated by BotCity.
10
11
- Useful links:
12
- IE Driver Documentation: https://www.selenium.dev/documentation/ie_driver_server/
13
- IE Command-Line Options: https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/general-info/hh826025(v=vs.85)
14
-
15
Returns:
16
Options: The Internet Explorer options.
17
"""
0 commit comments