sendKeys metodu
Örnek
Şöyle yaparız.
Örnek
Şöyle yaparız.
Actions actions = new Actions(driver);
actions.moveToElement(dob).click();
actions.sendKeys(bday).perform();
Hiç yorum yok:
Yorum Gönder