I want to do some auto transactions on an online bank. but can't find the login element?
I use the same logic on Google, which can find the input box element. but can not find an online bank login input box element somebody can help!! thank you.
my script on below
driver.webdriver.Chrome("C:\chromedriver\chromedriver.exe")
driver.get("https://ebank.esunbank.com.tw")
driver.find_element_by_id('loginform:custid').send_keys('test123')
response↓↓
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"id","selector":"loginform:custid"}