Metadata-Version: 2.1
Name: selenium-logging
Version: 0.0.6
Summary: Log messages and images in HTML file
Home-page: https://github.com/smirad91/LoggingSelenium
Author: smirad91
Author-email: smirad91@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/smirad91/LoggingSelenium/issues
Description: Explanation on youtube: https://www.youtube.com/watch?v=b5XPHqWT94s
        
        
        Logging of screenshot and messages to HTML file. Can be used with selenium, but not necessary.
        How to use it:
        
        from LoggingSelenium.LogHTML import LogHTML
        
        LogHTML.set_log_path(r"C:\pathToFolderForLogs")
        LogHTML.set_logging_level(LogHTML.INFO, use_screenshot=True)
        
        LogHTML.screenshot("Screenshot is taken")
        LogHTML.debug("Random message")
        LogHTML.info("Random message")
        
        
        
        Logging levels:
        -debug
        -info
        -warning
        -error
        -critical
Keywords: log,selenium,automation,screenshot,message,HTML
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
