Selenium Python : Keyboard and Mouse Operations

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 28

  • @chiragsingh1711
    @chiragsingh1711 4 роки тому

    Thank you so much for this video . 💖💖

  • @harshadchavhan8298
    @harshadchavhan8298 2 роки тому

    i have taken your course on udemy 😁

  • @Niklxs
    @Niklxs 3 роки тому +2

    Thanks maaannnnnnnn

  • @avinashkumar1017
    @avinashkumar1017 6 років тому +1

    what is the difference between driver.find_element().click() and using click from action chains ?

    • @biplob2071
      @biplob2071 5 років тому

      "click" is mouse action and "action chains" for Keyboard click.

  • @jaelski1217
    @jaelski1217 3 роки тому

    I can't seem to use selenium to do a ctrl + F command, to search the web page.

  • @luizsenaluizsena
    @luizsenaluizsena 4 роки тому

    You made it so easier. Thank u!!

  • @krishnachitragar4806
    @krishnachitragar4806 4 роки тому

    I want to write a selenium python script to get connection speed of a UA-cam video.
    Manually you do it by right click, then options will appear, after click on Stats for nerds you get connection speed, I want to print that in the terminal.
    I am able to perform right click only through the script ......plz help to proceed further....how to select stats for nerds and click on it and print connection speed on terminal.... thanks

  • @shubhamkulkarni3430
    @shubhamkulkarni3430 6 років тому

    I have installed selenium all driver but it is not found "action_chine" or any mouse or keyboard event. so please told me what package add on my pycharm to show this event.

    • @Sra4825
      @Sra4825 5 років тому

      in pycharm-preferences-go to project-interpreter and select your virtual environment where you've downloaded your packages

  • @anwarshaikh7856
    @anwarshaikh7856 4 роки тому

    Hi First of all thanks for this awesome learning session in very easy manner. i have one query over here i am doing multiple keys instead of getting copy entered text it is adding additional a alphabet at then end of user name
    could you please assist.

  • @anuradhakumari6123
    @anuradhakumari6123 5 років тому +1

    Can you plz zoom it so that we can see the codes clearly. Explanation is good but codes are not visible.

  • @krishnachitragar4806
    @krishnachitragar4806 4 роки тому

    I want to right click on a element (options will appear after that) and then from those options I want select one and perform click and then print the details on terminal .....how do I do it????? How to store after right click????.....plz help ..... thanks

    • @ashish4538
      @ashish4538 4 роки тому

      Did you get any help on this ?

  • @chundurusriharsha2402
    @chundurusriharsha2402 4 роки тому +1

    It's getting "no module named selenium.webdriver"?Can I know the reason??

    • @meezodam1513
      @meezodam1513 4 роки тому

      import it
      from selenium import webdriver
      form selenium.webdriver.common......

  • @manishchoudharymac8552
    @manishchoudharymac8552 3 роки тому

    Thank you sir

  • @biplob2071
    @biplob2071 5 років тому

    Cooool ... it's working!!!!!!

  • @SoFarSoBook
    @SoFarSoBook 5 років тому +1

    Cool video, but you can't Ctrl+A any more with Selenium ... or use other similar combinations :(

    • @adarshvishwakarma5300
      @adarshvishwakarma5300 4 роки тому

      yes its not working, do you have any solution for that. thanks

    • @kukolnikCgm
      @kukolnikCgm 4 роки тому +1

      act.key_down(Keys.CONTROL).send_keys('a').key_up(Keys.CONTROL).perform()

  • @arun53413
    @arun53413 5 років тому

    Good Video !! Helpful

  • @0xmoaz
    @0xmoaz 4 роки тому

    thank you I love man

  • @saikiran2631
    @saikiran2631 6 років тому

    hi,how to execute a web application using Firefox driver or another drivers

    • @Sra4825
      @Sra4825 5 років тому

      you'll need geckodriver to open firefox, and import 'from selenium.webdriver.firefox.options import Options
      'to open firefox. there are a lot of tutorials available look for them.

  • @abdullahraihanbhuiyan2346
    @abdullahraihanbhuiyan2346 5 років тому

    Excellent!

  • @buddybob5502
    @buddybob5502 4 роки тому

    whoa does anyone else see the new button APPLAUD