From 4db5ce60c5e522efc338cfc570978f52d7e19dc7 Mon Sep 17 00:00:00 2001 From: Leon Date: Sat, 3 Jun 2023 00:10:28 +0200 Subject: [PATCH] Update test_workflow.py --- example/test_workflow.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/test_workflow.py b/example/test_workflow.py index b1705c4..b2d597d 100644 --- a/example/test_workflow.py +++ b/example/test_workflow.py @@ -12,6 +12,8 @@ import undetected_chromedriver as uc # due to the randomneess of the chrome install path on the runner when running action, i have to find it manufally tmp = Path('/tmp') for item in tmp.glob('chrome*'): + print(item) + time.sleep(1) if item.is_dir(): path_list = os.environ['PATH'].split(os.pathsep) path_list.insert(0, str(item))