Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -146,6 +146,7 @@ def chrome(url:str=None,wait:int=5,header:str=None,cookie:str=None):
|
|
146 |
# print(f'response: {resp}')
|
147 |
except WebDriverException: # 蹇界暐寮傚父
|
148 |
pass
|
|
|
149 |
|
150 |
data = {
|
151 |
"url": current_url,
|
|
|
146 |
# print(f'response: {resp}')
|
147 |
except WebDriverException: # 蹇界暐寮傚父
|
148 |
pass
|
149 |
+
print(driver.requests)
|
150 |
|
151 |
data = {
|
152 |
"url": current_url,
|