diff --git a/README.en.md b/README.en.md index deccfe5..3315e24 100644 --- a/README.en.md +++ b/README.en.md @@ -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 diff --git a/README.zh-cn.md b/README.zh-cn.md index fe43c9c..3b9a646 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -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 - 代理设置