This commit is contained in:
proxmox_5500u_Win11-A_PC 2024-10-20 13:21:20 +09:00
commit cb31e0e7d1
1 changed files with 2 additions and 0 deletions

View File

@ -277,6 +277,8 @@ class OptionHandler:
# # 9. A-Z 버튼 클릭
await self.one_to_nine_button_click()
await self.low_order_click()
# 9. 저장 버튼 클릭
self.logger.debug("저장 버튼을 클릭합니다.")
await self.page.click('button:has-text("저장하기")')