Go to the source code of this file.
Namespaces | |
namespace | test_ol |
Variables | |
string | test_ol.all_html |
tuple | test_ol.browsers = list(targets.values()) |
tuple | test_ol.c = ConfigParser() |
int | test_ol.count = 0 |
tuple | test_ol.f = open("fail.%s.%s.html" % (time.time(), b['name']), "w") |
int | test_ol.fail = 0 |
list | test_ol.filename = sys.argv[2] |
tuple | test_ol.html = s.get_eval("window.document.getElementById('results').innerHTML") |
test_ol.keep_going = True | |
tuple | test_ol.last_change = time.time() |
int | test_ol.MAX_TEST_LENGTH = 300 |
tuple | test_ol.new_fail = int(s.get_eval('window.Test.AnotherWay._g_fail_pages')) |
tuple | test_ol.new_ok = int(s.get_eval('window.Test.AnotherWay._g_ok_pages')) |
int | test_ol.ok = 0 |
tuple | test_ol.s = selenium(b['host'], 4444, "*%s" % b['browsercmd'], server) |
tuple | test_ol.sections = c.sections() |
tuple | test_ol.server = c.get('config', 'server') |
dictionary | test_ol.targets = {} |
tuple | test_ol.url = c.get('config', 'url') |