Selenium Webdriver with Python Complete Course for Beginners

Поділитися
Вставка
  • Опубліковано 28 лис 2024

КОМЕНТАРІ • 76

  • @cuongphanvlog
    @cuongphanvlog 5 місяців тому +55

    Thank you, I just learned it all in a few days. The video is very easy to understand. If possible, I'm waiting for a video about POM. =)))

    • @TestingFunda
      @TestingFunda  5 місяців тому +18

      Right now, I started with Python learning. Right after, I will create on POM and frameworks

    • @SatoOnAir
      @SatoOnAir 3 місяці тому +4

      Tôi vừa học video hướng dẫn của mấy năm trước nguyên tuần, xong ờ giờ mới thấy youtube ông này làm video dạy selenium 2 tháng trước. Mà lại còn là phiên bản mới luôn k cần service hay download driver nhì nhằng =)) đỉnh vl

  • @habeebuddin786
    @habeebuddin786 Місяць тому +6

    1:02:05 - selectors hub browser extension
    1:11:25 - automate login functionality
    1:27:56 - browser commands
    1:37:45 - viewport
    1:46:30 - checkboxes
    2:03:10 - drop-down
    2:26:53 - broken links
    2:38:30 - broken images
    2:49:41 - Handling multiple tabs
    3:06:16 - Handling web tables
    3:26:31 - Handling Iframes
    3:38:13 - Handling nested frames
    3:49:40 - Handling javascript alerts
    4:04:27 - Handling datepicker - 1
    4:26:31 - Handling dropdown datepicker - 2
    4:52:41 - Handling mouse hover
    5:02:06 - Handling drag and drop
    5:09:29 - Handling slider
    5:17:30 - Handling resizable elements
    5:27:55 - Basic authentication
    5:33:43 - Incognito mode
    5:42:30 - Data driven testing using xlsx
    6:04:11 - Data driven testing using csv
    6:14:36 - Data driven testing using json
    6:23:43 - Implicit wait
    6:37:06 - Explicit wait

  • @ivanyosifov2629
    @ivanyosifov2629 2 місяці тому +7

    This is the best course on Selenium. Great explanations and examples. Truly amazing. Thank you.

  • @020hamza2
    @020hamza2 2 місяці тому +4

    This is the best video to learn because other are very old and lengthy process and advantages they are using python.
    Thanks a lot.

  • @RitikV2
    @RitikV2 Місяць тому +2

    Sir op viedo tha 1hr and 40mins dekha mana sir bhut acha samjha raha hai app

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

    1:02:05 - selectors hub browser extension
    1:11:25 - automate login functionality
    1:27:56 - browser cmd

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

    1:02:05 - selectors hub browser extension
    1:11:25 - automate login functionality
    1:27:56 - browser cmd
    1:37:45 - viewport
    1:46:30 - checkboxes
    2:03:10 - drop-down

  • @ahmdamxn
    @ahmdamxn 11 днів тому +1

    thank you so much sir, you really help me alot with this content. May god bless you.

    • @TestingFunda
      @TestingFunda  11 днів тому

      Thank you so much. Happy learning 👍

  • @020hamza2
    @020hamza2 2 місяці тому +1

    Very nice your way of explaining everything in detail or in fast manner perfect

    • @TestingFunda
      @TestingFunda  2 місяці тому

      @@020hamza2 that's great. Happy learning 👍

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

    thank you for this great course. if possible can you share your demo website link so we can practice together.

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

      Thanks. Which Practise site you are referring?

  • @KnownStranger-g4h
    @KnownStranger-g4h 17 днів тому +1

    I am using vs code editor in ubunto ... Is this video work for me???

    • @TestingFunda
      @TestingFunda  13 днів тому

      Yes, you can learn Selenium with Python using the VS Code editor on Ubuntu. VS Code is a versatile and powerful code editor, and Ubuntu provides an excellent environment for Python development.

  • @SallyFaith-qk4sc
    @SallyFaith-qk4sc Місяць тому +1

    thank u so much for this

  • @veenaverma905
    @veenaverma905 6 місяців тому +17

    Good

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

    Do you know why my selenium actions aren’t yellow “ex: driver. Forward or time.sleep”

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

    why i am getting login as failed
    exp_title = driver.find_element(By.CSS_SELECTOR, ".product_label")
    act_title = "Products"
    if act_title == exp_title:
    print('login is passed')
    else:
    print('login is failed')
    in this condition

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

      Can you please share more details?

  • @Dineshtech-xr8id
    @Dineshtech-xr8id 3 місяці тому

    Thankyou , this course is awesome and one of the best course to learn selenium using python

    • @TestingFunda
      @TestingFunda  2 місяці тому

      Thank you so much for your kind words! I'm thrilled to hear that you're enjoying the course and finding it valuable for learning Selenium with Python. Your feedback means a lot!

  • @spycarnage6019
    @spycarnage6019 4 місяці тому +1

    Hi sir can you pls tell me that how can I resolve the error of no such element exception but I have rewrite the code several time and it runs in the very first after very next secind when I run it again it shows me the above mentioned error , anad I was creating web scraping from Selenium on vs code by python

    • @spycarnage6019
      @spycarnage6019 4 місяці тому +1

      Also wanted to tell you that I use the vedio of code with Harry for above making project and did the same exactly but I face the same error even my code was right

    • @TestingFunda
      @TestingFunda  4 місяці тому

      @@spycarnage6019 Use Selenium implicit or explicit waits

  • @RaniKrishna-s6o
    @RaniKrishna-s6o 3 місяці тому +1

    What's the jobe role where we use python selenium

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

      @@RaniKrishna-s6o Automation Testing

  • @umebashi6433
    @umebashi6433 4 місяці тому +1

    Really very nice

  • @Raaj-vs4ce
    @Raaj-vs4ce 2 місяці тому +1

    how to exit from full screen window to normal browser window

    • @TestingFunda
      @TestingFunda  2 місяці тому

      Use driver.set_window and set your desired screen size. Here is an example: driver.set_window_size(1024, 768)

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

    my google chrome closes immdeiately after being launched by selenium. plz help

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

      ua-cam.com/video/ijT2sLVdnPM/v-deo.html

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

      import time
      before closing write
      time.sleep(10)

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

    Why I am getting these error for broken links :
    File "E:\Automation_testing\day1\brokenlinks.py", line 14, in
    print(f"total no of links present: {len(all_links)}")
    ^^^^^^^^^^^^^^
    TypeError: object of type 'WebElement' has no len()
    can you help me with these.

    • @TestingFunda
      @TestingFunda  2 місяці тому

      Can you please share your code?

    • @biswanthpinnika7149
      @biswanthpinnika7149 2 місяці тому +1

      @@TestingFunda I get it sir thank you for your reply

    • @TestingFunda
      @TestingFunda  2 місяці тому

      @@biswanthpinnika7149 Thats Great

  • @IRSHADBEGUM-d1b
    @IRSHADBEGUM-d1b 3 місяці тому

    browser.get("link") is throwing an error so i'm using driver.get.................. is it correct?

  • @manjulacn3289
    @manjulacn3289 5 місяців тому +3

    Traceback (most recent call last):
    File "C:\Users\HOME\PycharmProjects\pythonProject\day1\firstProject.py", line 31, in
    driver.find_element(By.XPATH("#APjFqb"))
    ^^^^^^^^^^^^^^^^^^^
    TypeError: 'str' object is not callable
    i am getting this error, can you please help me sir.

    • @TestingFunda
      @TestingFunda  5 місяців тому +1

      driver.find_element(By.XPATH, "//*[@id='APjFqb']")

    • @manjulacn3289
      @manjulacn3289 5 місяців тому

      @@TestingFunda I tried this as well. If you can give your number or email ID, I can connect with you sir. Please

    • @asadmanzoor7873
      @asadmanzoor7873 4 місяці тому +1

      you have to use coma ", " after XPATH

    • @manjulacn3289
      @manjulacn3289 4 місяці тому

      @@asadmanzoor7873 thank you

  • @kartikssharma121
    @kartikssharma121 5 місяців тому +2

    iss course ko complete krne ke baad kya krna chaiye?

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

    1:00:00

  • @Humsabdosthai
    @Humsabdosthai 4 місяці тому +1

    can you please share the code for this or the github link

    • @TestingFunda
      @TestingFunda  4 місяці тому

      I haven't uploaded the code on github till now but will upload soon and share the link

  • @tholeduc6499
    @tholeduc6499 5 місяців тому +3

    Anyone please update the timeline. Thanks

    • @TestingFunda
      @TestingFunda  5 місяців тому +1

      I will do it soon. Sorry for the inconvenience

    • @TestingFunda
      @TestingFunda  5 місяців тому +1

      Timeline updated

  • @divyaagrawal7530
    @divyaagrawal7530 2 місяці тому +1

    Chrome is crashing, i.e. getting closed automatically once the execution is completed.

    • @TestingFunda
      @TestingFunda  2 місяці тому

      Can you please share more details?

    • @divyaagrawal7530
      @divyaagrawal7530 2 місяці тому

      Once the script is executed, browser gets closed automatically. I did not write browser.quit or close still the session is terminated immediately after execution.

    • @ivanyosifov2629
      @ivanyosifov2629 2 місяці тому

      @@divyaagrawal7530 To prevent Chrome from closing add this code
      options = webdriver.ChromeOptions()
      options.add_experimental_option("detach", True)
      driver = webdriver.Chrome(options=options)

    • @divyaagrawal7530
      @divyaagrawal7530 2 місяці тому

      @TestingFunda please share the steps to resolve this issue as I have to add time.sleep() function to keep browser open for some time.

    • @ivanyosifov2629
      @ivanyosifov2629 2 місяці тому

      @@divyaagrawal7530 Use this code to keep browser open
      options = webdriver.ChromeOptions()
      options.add_experimental_option("detach", True)
      driver = webdriver.Chrome(options = options)

  • @airinganimes
    @airinganimes 5 місяців тому +1

    Understandable

  • @manjulacn3289
    @manjulacn3289 5 місяців тому +5

    i am not able to download chrome driver. i am not getting .exe. please help me.

    • @TestingFunda
      @TestingFunda  5 місяців тому +1

      You don't need to in latest version

    • @manjulacn3289
      @manjulacn3289 5 місяців тому +2

      @@TestingFunda in your latest video, have you covered full course of selenium automation testing with python sir??.

    • @TestingFunda
      @TestingFunda  5 місяців тому +1

      @manjulacn3289 yes this is the latest tutorial

    • @manjulacn3289
      @manjulacn3289 5 місяців тому +1

      ​@@TestingFunda Thank you soo much sir, and also If you're gonna start course means I will join sir.

  • @ShandhyaDevi-n4y
    @ShandhyaDevi-n4y 5 місяців тому +2

    Zxt3