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.
Code:document.querySelector("#login-email").value="[email protected]"Code:document.querySelector("#login-password-input").value="passtrytry1"username and password are not realCode:document.querySelector('button[type=submit]').click()
![]()




Reply With Quote
