From 9e4f392346dc301ab8434d94ac702ee578ed2a54 Mon Sep 17 00:00:00 2001 From: g1879 Date: Thu, 28 Jan 2021 15:22:39 +0800 Subject: [PATCH] update README.zh-cn.md. --- README.zh-cn.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.zh-cn.md b/README.zh-cn.md index 4fb0e43..4540e91 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -437,6 +437,7 @@ drission = Drission(read_file=False) ```python from DrissionPage.config import DriverOptions +from DrissionPage import Drission # 创建 driver 配置对象,read_file = False 表示不读取 ini 文件 do = DriverOptions(read_file=False)