mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-21 11:42:56 +03:00
Add plot commands output for auth test
This commit is contained in:
parent
2e50e1ea71
commit
b25c7b3d2d
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user