This commit is contained in:
g1879 2020-11-25 17:38:52 +08:00
parent fbe249e24a
commit 408ede3391
2 changed files with 5 additions and 5 deletions

View File

@ -1074,7 +1074,7 @@ The Drission class is used to manage WebDriver objects and Session objects, and
Parameter Description:
- driver_or_options: [WebDriver, dict, Options] - WebDriver object or chrome configuration parameters.
- driver_or_options: [WebDriver, dict, Options, DriverOptions] - WebDriver object or chrome configuration parameters.
- session_or_options: [Session, dict] - Session object configuration parameters
- ini_path: str - ini file path, the default is the ini file under the DrissionPage folder
- proxy: dict - proxy settings

View File

@ -1090,10 +1090,10 @@ Drission 类用于管理 WebDriver 对象和 Session 对象,是驱动器的角
参数说明:
- driver_or_options: [WebDriver, dict, Options] - WebDriver 对象或 chrome 配置参数。
- session_or_options: [Session, dict] - Session 对象配置参数
- ini_path: str - ini 文件路径,默认为 DrissionPage 文件夹下的ini文件
- proxy: dict - 代理设置
- driver_or_options: [WebDriver, dict, Options, DriverOptions] - WebDriver 对象或 chrome 配置参数。
- session_or_options: [Session, dict] - Session 对象配置参数
- ini_path: str - ini 文件路径,默认为 DrissionPage 文件夹下的ini文件
- proxy: dict - 代理设置