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 ?
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'
Please make a video on BDD behave framework in selenium python
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 ?
if i want the same log in excel how to get sir
Sir
Please let me know
How to run my script on perticular date and time
after running above code how to handle ValueError: unsupported format character '(' (0x28) at index 2. please guide sir
# 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)
in run the example but no messages printed
How to add the user name and system ip in the log file
import logging is not working sir i don't know why
Ajay Goutham check your basic configuration code line by line again .
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'
Seems like I got this error becuase I used my file name as "logging.py". you are not supposed to name your file so.