How To Handle Calendar In Selenium Webdriver Using Python

Поділитися
Вставка
  • Опубліковано 29 вер 2024
  • In this video, we will see how to handle calendar in Selenium using Python. Selecting a date from a date picker is very easy with different approaches
    Previous video- • #10 How To Handle Auto...
    URL for practice - seleniumpractis...
    Prerequisite - Python Basics
    • #1 What Is Python- Pyt...
    Selenium With Python Series
    • Selenium WebDriver Tut...
    Official Link
    selenium.dev/
    Connect with us:
    Linkedin- / mukesh-otwani-93631b99
    Instagram- / mukeshotwani
    Facebook Group- / 256655817858291
    Facebook Page- / seleniumwebdrivermukesh
    Twitter- / mukeshotwani
    Blog- learn-automatio...
  • Наука та технологія

КОМЕНТАРІ • 45

  • @raioliveira1311
    @raioliveira1311 9 місяців тому +1

    Thank You !!! Now i could interact with calendars

  • @TheMacister
    @TheMacister 3 роки тому +1

    Hi @Mukesh!
    This was really helpful! My best! from Chile!!

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

      Hi Marcos, I am glad it helped 😊

  • @rhythm6531
    @rhythm6531 Місяць тому +1

    Rather than using static values, it would be better to dynamically select the current date from the date picker.

    • @Mukeshotwani
      @Mukeshotwani  Місяць тому

      There are multiple ways. This is one of them.

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

    thanks for the video. very helpful

  • @attitudelove4517
    @attitudelove4517 2 роки тому +4

    Hi, How to select the next or previous month date in selenium python.

    • @Mukeshotwani
      @Mukeshotwani  2 роки тому +2

      Hi Pratheep, you can inspect and click accordingly.

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

      How to select date range from 26 jan to 28 feb

  • @k-bala-vignesh
    @k-bala-vignesh 3 роки тому +1

    thanks man, great stuff

  • @madhugurram
    @madhugurram Рік тому

    What do u mean by pervious video

  • @st.wilfredsschoole-assessm613
    @st.wilfredsschoole-assessm613 2 роки тому

    what about next how to select flight ?

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

    You didn't do the third one, Using JavaScript to send it

  • @krishnendudutta6805
    @krishnendudutta6805 3 місяці тому +1

    Please show how to change month and year also. Because all is needed for setting a specific date

    • @Mukeshotwani
      @Mukeshotwani  3 місяці тому

      You can add more condition for month and year.

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

    Hello Mukesh, I have 3+ years of experience in manual and automation testing..can you make a video what code we should post in Git repository for interview purpose and give link of that in LinkedIn or Resume. What kind of code I should post in Git and how should be names of my files, like for example shall I mention words like 'samples' ? For example captureScreeshotSampleProgram . Please give details in your video. Thankyou

    • @Mukeshotwani
      @Mukeshotwani  3 роки тому +1

      Hey Priya, no dont mention that sample program so on in resume. Just mention real projects and showcase the same for automation too.

    • @priyareddy741
      @priyareddy741 3 роки тому +1

      @@Mukeshotwani I stay in Finland. Here after short listing the CV, I will get mail from HR asking Git link. If I provide git link then only they will take my 1st interview round... That's the reason I thought I should write some code. Please share your thoughts on this.

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

      ok in this case create framework and create min 5 to 10 end to end test cases in that repository.

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

      @@Mukeshotwani thank you for your quick response.🙏

  • @darshan3869
    @darshan3869 3 роки тому +1

    Hi @mukesh,
    As manual testers am get confused many times what should be my next move? Should i go for automation? Or should i go for cloud computing fields and DevOPS fields. Please suggest on this.

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

      Hey Darshan, I will suggest you can go with automation then plan for DevOps because most of the tools which we will use in automation will be used in DevOps too.

  • @karthikeyant1656
    @karthikeyant1656 3 роки тому +1

    How do we move the calendar between months in this approach? Thanks

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

      Hi Karthik, you can use if condition if you want to select months.

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

    hello Mukesh! what are the search parameters you use @11:45, is that like regular expresion for html or something?

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

    excelente, me ayudo mucho

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

      Me alegro de que haya ayudado. Gracias.

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

    How to select month and year like first select year , month and date but how to go directly to year next month and day

  • @Prashant-of1di
    @Prashant-of1di 3 роки тому

    How we can select any future date using javascriptExecutor

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

    Nice Explanation

  • @ketakinaik9770
    @ketakinaik9770 3 роки тому +1

    Hello, can you suggest how to sendkeys current date ?

    • @Mukeshotwani
      @Mukeshotwani  3 роки тому +1

      You can pass future date or select future dates like dropdown. What is the issue here?

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

      @@Mukeshotwani Thank you for replaying, this is sorted with .send_keys(Current_date.strftime("%Y%m%d"))

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

    Thank you Mukesh :) That was really helpful.

  • @Shradha6979
    @Shradha6979 3 роки тому +1

    course Over or anything left.....

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

      we have around 20-30 more videos on this.

    • @Shradha6979
      @Shradha6979 3 роки тому +1

      @@Mukeshotwani whn u r going to upload sir je...

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

      @@Shradha6979 i am on vacation till 12th so will resume after that.

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

    Congrats for your good job.

  • @paritoshsharma9255
    @paritoshsharma9255 3 роки тому +1

    👍

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

    Thank you so much