Selenium Tutorials -Send Keys

preview_player
Показать описание
Welcome Automation real time scenarios by karthik bethi using Selenium Web Driver Java

We know that to pass data to a text field we use SendKeys() method. But to pass capital letters to text box we need to use Keys.Chord enum function. In this video I have explained about how to pass capital case letters using SendKeys method with below syntax.
To remove the last few characters using sendKeys below is syntax
SendKeys(Keys.BackSpace)

To add special characters like plus ,minus and multiply
sendKeys(Keys.ADD)
sendKeys(Keys.MULTIPLY)

to add space
sendKeys(Keys.SPACE)

This playlist about selenium webdriver tutorials with java,selenium webdriver tutorials for beginners.

#SeleniumWebDriverByKarthik ,#SeleniumSendKeys ,#kbtutorials
Рекомендации по теме
Комментарии
Автор

How to send alphanumeric values from Excel sheet

santoshreddy