All Downloads are FREE. Search and download functionalities are using the official Maven repository.

robotframework-2.7.7.atest.testdata.test_libraries.HtmlPrintLib.py Maven / Gradle / Ivy

The newest version!
import sys


def print_one_html_line():
    print '*HTML* Google'

def print_many_html_lines():
    print '*HTML* \n'
    print '\n
0,00,1
1,01,1
' print '*HTML*This is html
' print '*INFO*This is not html
' def print_html_to_stderr(): print >> sys.stderr, '*HTML* Hello, stderr!!'




© 2015 - 2024 Weber Informatics LLC | Privacy Policy