MoveToElement || DragAndDrop || RightClick || User Actions in Selenium -Python Part 6

preview_player
Показать описание
In this video, I have explained how to perform user actons in selenium with python.

Learn:
MoveToElement ||
DragAndDrop ||
RightClick ||
User Actions

~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:

Follow me on my Facebook Page:

Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:

Paid courses (Recorded) videos:
Рекомендации по теме
Комментарии
Автор

Thanks Naveen Sir for all the contents form basics

priyankaavate
Автор

@28:52 with action_chain = sendkeys(self, 'key') correct :
we should not choose action_chain = sendkeys(self, 'key') .perform

asadmalik
Автор

How did you inspect the context menu ? Whenever i click on arrow to highlight elements... context-menu disappears.

ankurgupta
Автор

sir plss upload it in ur playlist lso..now network issue .

faizrockstar
Автор

Is this same for drag and drop from the file from my PC?

mohamednayeem
Автор

Hi naveen,
I am trying to automate mainframe screen using jagacy software. I am not getting proper doc in Google. If you know about any documents or links. Kindly help me on the same

nagarajkrishnan
Автор

Hi Naveen what is the difference between build(). perform () and perform ()?

karthikpatil
Автор

I Am Tamil super star vijay dialogue, ,

kishorejakkam
Автор

it would have better if drag_and_drop_by_offset also covered

panditnandlalpatherwali
Автор

I have also observe the same that Python is bit faster than JAVA - Selenuim.

ashuiet
Автор

New website has different format of elements.

ashutoshsharma
Автор

@Naveen AutomationLabs Sir, is the issue occurred because of send_keys_to_element is doing perform internally or because we are using the same action chain object? action chain object has the username field entry at first and is performed. Then on the second line, its the same object which is calling both username field entry and password field entry and on the third line, it performs username and password field entries and the click.

sebinsebastianjoseph
Автор

I tried this is working for me, i am able to enter username and password using actions

SarkariKhabarindia
Автор

Sir moveToElement is not working in my script though I have written proper script and it is not showing any exception as well.

RajKumar-ijrr