Selenium 4 Beginner Tutorial 8 | Keyboard Actions

preview_player
Показать описание
00:00 Introduction
00:39 How to simulate keyboard typing
04:52 How to simulate pressing key combination
08:46 How to release pressed keys
12:56 How to clear the text

How to simulate keyboard typing:
sendKeys()

How to simulate pressing key combination
keyDown()
Actions actionProvider = new Actions(driver);

How to release pressed keys
keyUp()
Actions action = new Actions(driver);
.keyUp(Keys.SHIFT).sendKeys(" selenium").perform();

How to clear the text
clear()

Every LIKE & SUBSCRIPTION gives me great motivation to keep working for you

You can support my mission for education by sharing this knowledge and helping as many people as you can

If my work has helped you, consider helping any animal near you, in any way you can.
#Selenium4BeginnerTutorials

Never Stop Learning
Raghav
Рекомендации по теме
Комментарии
Автор

Your tech teaching style is really effective. I'm learning so much

Varun-A
Автор

Thank you so much, I am not a book worm but it's your tutorials only that is keeping me up to date even though m from mobile automation background. I'm enjoying huge buffet in front of me

ashoksingh
Автор

Many thanks to you. you are the world's best automation teacher

bomsbro
Автор

Thanks so much for another simple explanation.

flirtuall
Автор

I need to perform only down arrow with out shift can u tell me how

mahesh_mmkr
Автор

The one and only king
U r classes was awesome
Acually I scolldown my youtube when I saw u r channel automatically my hands will move to press

U r not teeching automation browser
U r automating my hands and mind too
Jst kidding really thanks you lot

sairammadipalli
Автор

How to use this commod in powershell please reply me sir

smartpatel
Автор

Awesome! Have you ever made tutorial about winium? is it available?

Kereeeeeee
Автор

Nice video, how to do the same in selenium grid.

mizanur
Автор

dear Mr Raghaf, when i type : .keyup its not appear in the list to let me select it and it give me error, i cant continue testing this part, any help please.thanks alot .

hazimabdoh
Автор

Please active subtitles, thanks! Grats videos 💪

nandodark
Автор

In 2nd example you did not used build method. Is it optional?

archanaallur