Hi everybody
I cannot login with the codes on the site below. (location country: turkey)
https://www.trendyol.com/giris?cb
It looks like data is being written onto the combobox. but in reality it is absolutely not so. But when you type the mail and password manually, it logs in.
username and password are not real
![Name: winsnap-1.jpg
Views: 28
Size: 22.9 KB]()
![Name: winsnap-2.jpg
Views: 27
Size: 16.9 KB]()
I cannot login with the codes on the site below. (location country: turkey)
https://www.trendyol.com/giris?cb
It looks like data is being written onto the combobox. but in reality it is absolutely not so. But when you type the mail and password manually, it logs in.
Code:
document.querySelector("#login-email").value="trytrytry@gmail.com"
Code:
document.querySelector("#login-password-input").value="passtrytry1"
Code:
document.querySelector('button[type=submit]').click()