보통 Selenium을 통해서 일반적인 상황의 시나리오 기반으로 Automation 작업을 진행할 때는 딱히 어렵거나 막힌다는 느낌이 없이 개발을 할 수 있을 것입니다. def test_login_email(self): driver = self._driver driver.get(STG_URL) driver.implicitly_wait(30) # 시작하기 Logger("email login") test_account = web_script.getAccount('email') test_id = test_account[0] test_pw = test_account[1] emailEle = driver.find_element(By.XPATH, EMAIL_LOGIN) emailEle.click() sleep(0.5) safe_send_keys(driver, EMAIL_TEXT_FIELD,test_id) sleep(0.5) safe_send_keys(driver, PASSWORD_TEXT_FI...
#
selenium
#
새창
#
새탭
#
셀레니움
#
창전환