정상적으로 작동하였던 코드 실행시 정상적으로 작동하지 않음
(생략)
File "c:\Users\watchtek\PycharmProjects\load-test\load_check.py", line 281, in _performance_operation_actions
driver.find_element(By.XPATH, "//div[@id='wrapper']/div/div/aside/div/div/div[3]/div[2]/div/div/div/div/div/div[2]/div[2]/div/span[2]/span/span[2]").click()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
(생략)
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element <span class="group">...</span> is not clickable at point (137, 822). Other element would receive the click: <div class="el-scrollbar__bar is-horizontal">...</div>
(Session info: chrome=138.0.7204.157)