|

楼主 |
发表于 2023-4-15 17:19:38
|
显示全部楼层
- Python 3.7.8rc1 (tags/v3.7.8rc1:5f3933d61d, Jun 17 2020, 16:59:29) [MSC v.1916 64 bit (AMD64)] on win32
- Type "help", "copyright", "credits" or "license" for more information.
- >>> import selenium.webdriver as wd
- >>> dir(wd)
- ['ActionChains', 'Chrome', 'ChromeOptions', 'ChromiumEdge', 'DesiredCapabilities', 'Edge', 'EdgeOptions', 'Firefox', 'FirefoxOptions', 'FirefoxProfile', 'Ie', 'IeOptions', 'Keys', 'Proxy', 'Remote', 'Safari', 'WPEWebKit', 'WPEWebKitOptions', 'WebKitGTK', 'WebKitGTKOptions', '__all__', '__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__', '__spec__', '__version__', 'chrome', 'chromium', 'common', 'edge', 'firefox', 'ie', 'remote', 'safari', 'support', 'webkitgtk', 'wpewebkit']
复制代码 |
|