How safe is it to use Selenium to auto-fill forms with sensitive information
问题 Selenium is usually used for testing. But what if someone decided to use it to autofill forms on websites with personal data(username, password, credit card number). How safe would that be? I mean the actual part where you call the driver object and pass it all this secure information. Let's assume the information is securely stored until the moment you pass it to the driver. I wonder if that's what websites that aggregate your credit card and bank accounts use instead of api calls(running a