Web automation in python for beginners

    45
    46



    Welcome to the video about python automation for beginners. We will try the most basic thing for web automation using python script. We will use selenium and Chrome web driver to perform a simple task. Surely this is just a basic and fun introduction for web automation in python.
    Let me know in comments if you want more such kind of videos.

    and I am sure there will be a comment that says, video starts at x.xx
    Funny!

    Link to my programming Video Library:
    https://courses.LearnCodeOnline.in

    Pick best UI color for your projects:
    https://UIColorPicker.com

    Desktop: https://amzn.to/2GZ0C46
    Laptop that I use: https://amzn.to/2Goui9Q
    Wallpaper: https://imgur.com/a/FYHfk

    Facebook: https://www.facebook.com/HiteshChoudharyPage
    Instagram: https://instagram.com/hiteshchoudharyofficial
    homepage: http://www.hiteshChoudhary.com
    Download LearnCodeOnline.in app from Google play store and Apple App store
    https://play.google.com/store/apps/details?id=in.learncodeonline.lco

    Disclaimer:
    It doesn’t feel good to have a disclaimer in every video but this is how the world is right now.
    All videos are for educational purpose and use them wisely. Any video may have a slight mistake, please take decisions based on your research. This video is not forcing anything on you.

    All Amazon links are affiliate links (If any).

    source

    Previous articleБазовые примеры по работе с сервисами Amazon – ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŃ Python / Boto3
    Next articleHadoop Tutorial for Beginners | Hadoop Tutorial | Big Data Hadoop Tutorial for Beginners | Hadoop

    46 COMMENTS

    1. I am trying to create a web browser using your video. It worked good, I can connect to my Disney+ account but the issue comes when I try to play a video.

      It's seems that Dineyplus blocked access if it doesn't recognise the browser ?

      Or a library PIP is missing ?

      Could you help please ?

    2. Hi Hitesh, thanks very much for this video and simple explanation. I've tried to replicate, copying xpath which is still the same as your code, but get an ElementNotInteractableException when trying to send a search term to the search box. I've replicated the code with a Google search and it works. If you could point me in the right direction for solving the ElementNotInteractableException on Youtube that would be very much appreciated!

    3. Hi Hitesh , I am getting an error o"Failed to read descriptor from node connection: A device attached to the system is not functioning error using ChromeDriver Selenium on Windows OS"… Can you please help me in removing this also I am getting an error on "Send_keys".. Thanks