This commit is contained in:
Prox_Win10-B 2024-11-02 11:31:50 +09:00
commit a49918b370
1 changed files with 1 additions and 1 deletions

View File

@ -771,7 +771,7 @@ class OptionHandler:
if not await delete_button.is_visible():
# fallback으로 재시도
delete_button = self.page.locator(f'xpath={self.fallback1_delete_button_selector.format(index=index)}')
delete_button = self.page.locator(f'xpath={self.fallback1_delete_button_selector_template.format(index=index)}')
delete_button.set_timeout(5000)
if await delete_button.is_visible():