Browser Steps - Fixing 'Uncheck checkbox' #2958

pull/2967/head
dgtlmoon 2025-02-10 10:49:40 +01:00
rodzic e83fb37fb6
commit a8b3918fca
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -188,7 +188,7 @@ class steppable_browser_interface():
self.page.locator(selector).check(timeout=1000)
def action_uncheck_checkbox(self, selector, value):
self.page.locator(selector, timeout=1000).uncheck(timeout=1000)
self.page.locator(selector).uncheck(timeout=1000)
# Responsible for maintaining a live 'context' with the chrome CDP