Selenium with Python Tutorial 29-Logging | Generate log file

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 14

  • @archanakuthuru8898
    @archanakuthuru8898 5 ปีที่แล้ว +3

    Please make a video on BDD behave framework in selenium python

  • @rama3970
    @rama3970 3 ปีที่แล้ว

    Hello Sir, I am implementing this log part into my framework, The function works fine in a separate class but the same is not working after inheriting to the test class. I am following the same code u explained in this video. Can u pls guide me on this ?

  • @manikantar8614
    @manikantar8614 9 หลายเดือนก่อน

    if i want the same log in excel how to get sir

  • @manikantar8614
    @manikantar8614 9 หลายเดือนก่อน

    Sir
    Please let me know
    How to run my script on perticular date and time

  • @Diepali
    @Diepali 4 ปีที่แล้ว

    after running above code how to handle ValueError: unsupported format character '(' (0x28) at index 2. please guide sir

  • @akashlalapnur5673
    @akashlalapnur5673 ปีที่แล้ว

    # Download file with new name
    # prefs = {"download.default_directory": "D:/Brazil",
    # "download.default_filename": "my_downloaded_file.csv", "download.prompt_for_download": False,
    # "download.directory_upgrade": True, "safebrowsing.enabled": True}
    # options.add_experimental_option("prefs", prefs)

  • @carlosblk
    @carlosblk 2 ปีที่แล้ว

    in run the example but no messages printed

  • @147wills
    @147wills 4 ปีที่แล้ว

    How to add the user name and system ip in the log file

  • @learnng4036
    @learnng4036 5 ปีที่แล้ว

    import logging is not working sir i don't know why

    • @muthukumar-rh8jh
      @muthukumar-rh8jh 5 ปีที่แล้ว

      Ajay Goutham check your basic configuration code line by line again .

  • @vasanth23
    @vasanth23 5 ปีที่แล้ว

    what is the point of appending "s" to format ? I am also getting error message while running my prog. AttributeError: module 'logging' has no attribute 'basicConfig'

    • @vasanth23
      @vasanth23 5 ปีที่แล้ว +1

      Seems like I got this error becuase I used my file name as "logging.py". you are not supposed to name your file so.