From 408ede33913f8347592ed944c98ba755cadfe85d Mon Sep 17 00:00:00 2001 From: g1879 Date: Wed, 25 Nov 2020 17:38:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 2 +- README.zh-cn.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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 - 代理设置