How To Perform Keyboard Events in Selenium Webdriver

preview_player
Показать описание
In this video, I will explain to you about Keyboard Events in Selenium Webdriver and how to use them in Selenium.
You can perform many events like pressing enter, pressing tab, pressing any keyboard event in Selenium using Sendkeys method and KEYS enum.

Links
Рекомендации по теме
Комментарии
Автор

Short and sweet...full with knowledge. Thanks.

sohelahmadkhan
Автор

Sir ypur videos are good and giving correct explanations

mayayadhu
Автор

Awesome! This cleared all my doubts regarding Keyboard events!

chicku
Автор

very nice i like way of explanation of every point

yt-shorts-vlogs
Автор

Thank you Mukesh.. nice explanation 👍🏽

vaishnavis
Автор

Hey Mukesh.... Can we copy and paste the text using Actions class.. If it is possible how can we print that text in console

RajKumar-ijrr
Автор

Sir i am getting
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
TAB cannot be resolved or is not a field
TAB cannot be resolved or is not a field
SPACE cannot be resolved or is not a field
ENTER cannot be resolved or is not a field

utkarshjaiswal
Автор

Hi Mukesh sometimes we use .build.perform and sometimes we use only .perform .... Can you please explain the difference between the two..

mohitgupta
Автор

HI sir,

How we can press two keys using this method. I want to press ALT + PageDown but I'm getting error "Keys up/down only make sense for modifier keys". How I can resolve this. Thanks.

jatinmalhotra
Автор

Sir u have written only if, but no else, then how it is executed, as per structure, it is not possible na sir

nekkantivenkateswararao
Автор

Here u have used only .perfom(), but actually what is the difference between .build(). perform () and only . perform () and plze say there actions also

nekkantivenkateswararao
Автор

Hi Sir
I am trying to automate fb signup page first name, last name, Phone number is entering but coming to dob it is taking some random value can you help me on this

tammireddyprameela