Selenium with Python Tutorial 29-Logging | Generate log file

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 14

  • @archanakuthuru8898
    @archanakuthuru8898 4 года назад +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 8 месяцев назад

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

  • @manikantar8614
    @manikantar8614 8 месяцев назад

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

  • @Diepali
    @Diepali 4 года назад

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

  • @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

  • @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.

  • @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 .

  • @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)