Merge branch 'pyside6' of https://git.cckb9998.synology.me/ckh08045/autoTrans into pyside6
This commit is contained in:
commit
a49918b370
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in New Issue