webarena
webarena copied to clipboard
Question about 179 human trajectory
Is it possible to extract sequence of html (or AXTree) and actions from the trace.zip file?
HTMLs should be possible. You can find the HTMLs after un-compressing each trace. Even from the viewer, you can see the web pages are stored as HTMLs.
Once you have the HTMLs, you can reload it to a browser and extract the AXTree.
cc @oootttyyy IIRC, you have the scripts to extract AXTrees, can you share? Thanks!
Hi @dgjun32, the extraction script is here #87