Add plot commands output for auth test

This commit is contained in:
Daniel Silverstone 2019-02-16 10:23:17 +00:00
parent 2e50e1ea71
commit b25c7b3d2d
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ if __name__ == '__main__':
win = browser.new_window()
win.load_page("https://httpbin.org/basic-auth/foo/bar")
cmds = win.redraw()
print("Received {} plot commands for auth test".format(len(cmds)))
for cmd in cmds:
if cmd[0] == "TEXT":
x = cmd[2]