Thanks Naveen Sir for all the contents form basics
@ankurgupta71023 жыл бұрын
How did you inspect the context menu ? Whenever i click on arrow to highlight elements... context-menu disappears.
@kishorejakkam68574 жыл бұрын
Thanks Naveen,Thanks a lot..
@faizrockstar36124 жыл бұрын
sir plss upload it in ur playlist lso..now network issue .
@mohamednayeem2602 Жыл бұрын
Is this same for drag and drop from the file from my PC?
@nagarajkrishnan1914 жыл бұрын
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
@asadmalik46976 ай бұрын
@28:52 with action_chain = sendkeys(self,'key') correct : we should not choose action_chain = sendkeys(self,'key') .perform
@karthikpatil95094 жыл бұрын
Hi Naveen what is the difference between build(). perform () and perform ()?
@BobuAchu3 жыл бұрын
build(). perform() is in java but just perform() for python. It's just like syntax.
@RajKumar-ij5rr4 жыл бұрын
Sir moveToElement is not working in my script though I have written proper script and it is not showing any exception as well.
@ashuiet4 жыл бұрын
You Can compare your code from Naveen GutHub from below link :- github.com/naveenanimation20/Selenium-Python-TutorialsCode/blob/master/SeleniumSessions/MoveToElementConcept.py
@ravikishore53574 жыл бұрын
add driver.implicitly_wait(5) after driver.get('www.spicejet.com/') it will work ..Reason: Before loading the entire page selenium trying to find the links that is the reason your script may not work because i also face same issue after adding implicitly wait it worked
@asadmalik46976 ай бұрын
u did not given link
@kishorejakkam68574 жыл бұрын
I Am Waiting!!!!!!!!!!!!!!!!!!!!!! Tamil super star vijay dialogue,,
@Ox0077-p7h4 жыл бұрын
thanks bro
@panditnandlalpatherwali59794 жыл бұрын
it would have better if drag_and_drop_by_offset also covered
@latashinde33124 жыл бұрын
Usage: import pyautogui pyautogui.moveTo(x=100, y=200)# move to window or file coordinates. pyautogui.dragTo(x=700, y=1000, duration = 1)# drag that file from 100,200 coordinates and drop in on 700,1000 coordinates.
@ashuiet4 жыл бұрын
I have also observe the same that Python is bit faster than JAVA - Selenuim.
@sebinsebastianjoseph71154 жыл бұрын
@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.
@ashutoshsharma12842 ай бұрын
New website has different format of elements.
@SarkariKhabarindia3 жыл бұрын
I tried this is working for me , i am able to enter username and password using actions