if page requires to input random characters before login, how to automate it using selenium web driver?
For instances, going to a website to input username/password and click login, then a text image appear asking for inputting the random characters generated. But the random characters are on image thus cannot be identified by object selector. How could it be automated?
Regards,