mirror of
https://gitee.com/g1879/DrissionPage.git
synced 2024-12-10 04:00:23 +08:00
Pre Merge pull request !1 from kkjj828/N/A
This commit is contained in:
commit
604ce9341e
@ -235,6 +235,9 @@ class DriverOptions(Options):
|
|||||||
self.set_argument('--disk-cache-dir', format_path(cache_path))
|
self.set_argument('--disk-cache-dir', format_path(cache_path))
|
||||||
return self
|
return self
|
||||||
|
|
||||||
|
class SessionOptions(object):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
def _dict_to_chrome_options(options: dict) -> Options:
|
def _dict_to_chrome_options(options: dict) -> Options:
|
||||||
"""从传入的字典获取浏览器设置,返回ChromeOptions对象 \n
|
"""从传入的字典获取浏览器设置,返回ChromeOptions对象 \n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user