diff --git a/README.en.md b/README.en.md index 395d6d0..54bc039 100644 --- a/README.en.md +++ b/README.en.md @@ -1191,8 +1191,6 @@ Copy the cookies of the driver object to the session object. Parameter Description: - copy_user_agent: bool - whether to copy user_agent to session -- driver: WebDriver- Copy the WebDriver object of cookies -- session: Session- Session object that receives cookies Returns: None @@ -1205,8 +1203,6 @@ Copy cookies from session to driver. Parameter Description: - url: str - the domain of cookies -- driver: WebDriver- WebDriver object that receives cookies -- session: Session- Copy the Session object of cookies Returns: None diff --git a/README.zh-cn.md b/README.zh-cn.md index 7b4a71c..0953bef 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -19,7 +19,7 @@ DrissionPage,即 driver 和 session 的合体。 **联系邮箱:** g1879@qq.com -**交流QQ群:**897838127 +**交流QQ群:** 897838127 # 理念及背景 @@ -1208,8 +1208,6 @@ Drission 类用于管理 WebDriver 对象和 Session 对象,是驱动器的角 参数说明: - copy_user_agent: bool - 是否复制 user_agent 到 session -- driver: WebDriver - 复制 cookies 的 WebDriver 对象 -- session: Session - 接收 cookies 的 Session 对象 返回: None @@ -1222,8 +1220,6 @@ Drission 类用于管理 WebDriver 对象和 Session 对象,是驱动器的角 参数说明: - url: str - cookies 的域 -- driver: WebDriver - 接收 cookies 的 WebDriver 对象 -- session: Session - 复制 cookies 的 Session 对象 返回: None