From 8f0860bc4a3127559204cb2ec50ede898f08da64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Juli=C3=A1n=20Merelo=20Guerv=C3=B3s?= Date: Thu, 9 Jun 2022 20:59:08 +0200 Subject: [PATCH] Probably a typo? Although if no one has noticed, it's probably not so important... --- undetected_chromedriver/tests/v2/test_uc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/undetected_chromedriver/tests/v2/test_uc.py b/undetected_chromedriver/tests/v2/test_uc.py index 1ddf629..ce20fb6 100644 --- a/undetected_chromedriver/tests/v2/test_uc.py +++ b/undetected_chromedriver/tests/v2/test_uc.py @@ -25,7 +25,7 @@ def headless_uc(request: FixtureRequest): request.instance.driver = uc.Chrome(options=options) def teardown(): - request.instance.driver.sapipve_screenshot(FAILED_SCREENSHOT_NAME) + request.instance.driver.save_screenshot(FAILED_SCREENSHOT_NAME) request.instance.driver.quit() request.addfinalizer(teardown)