mirror of
https://gitee.com/g1879/DrissionPage.git
synced 2024-12-10 04:00:23 +08:00
简化chrome_downloading
This commit is contained in:
parent
ed0c947842
commit
ea962f3c2b
@ -210,13 +210,6 @@ class DriverPage(object):
|
|||||||
new_y = y or self.driver.get_window_size()['height']
|
new_y = y or self.driver.get_window_size()['height']
|
||||||
self.driver.set_window_size(new_x, new_y)
|
self.driver.set_window_size(new_x, new_y)
|
||||||
|
|
||||||
def is_downloading(self, download_path: str = None) -> bool:
|
def chrome_downloading(self, download_path: str) -> list:
|
||||||
if download_path:
|
"""检查下载情况"""
|
||||||
p = download_path
|
return glob(f'{download_path}\\*.crdownload')
|
||||||
else:
|
|
||||||
try:
|
|
||||||
p = OptionsManager().get_value('chrome_options', 'experimental_options')['prefs'][
|
|
||||||
'download.default_directory']
|
|
||||||
except IOError('No download path found.'):
|
|
||||||
raise
|
|
||||||
return not glob(f'{p}\\*.crdownload')
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user