DEV Community

Discussion on: Automated Dapps Scrapping with Selenium and Metamask

Collapse
 
f041 profile image
Gabriele Giordano

I get, when trying to input a password in metamask password box:
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"#password"}

even though I tried numerous other paths:

Tried by xpath:

//*[@id="password"]

//*[@id="app-content"]/div/div[3]/div/div/form/div/div

('//input')

Tried by ID:

Tried by selector

#password