seleniuma şu kodu ekle

# bu email inputana mail ekler
var emailInput = document.querySelector('input[type="email"]');
emailInput.value = "example@example.com";

#buda butona tıklar
var emailbutton = document.querySelector('button').click()