13 Eylül 2019 Cuma

Selenium Actions Sınıfı

sendKeys metodu
Örnek
Şöyle yaparız.
Actions actions = new Actions(driver);
actions.moveToElement(dob).click();
actions.sendKeys(bday).perform();

Hiç yorum yok:

Yorum Gönder