Open GoogleCodeExporter opened 8 years ago
A few implementation notes:
- The script is included in the job file that the agent reads, so the first
part would be to enhance the parser to read the extra piece of information
- You'll probably need to add some registry of script commands that will invoke
the relevant script test function
- I suspect the most complicated part would be the async nature of invoking a
command. When a script command completes, the code needs to know to invoke the
next script command, instead of just uploading the results right away.
- For simplicity, it's probably ok to start with only supporting one "navigate"
command
Original comment by guy...@gmail.com
on 26 Feb 2013 at 3:35
Original issue reported on code.google.com by
guy...@gmail.com
on 26 Feb 2013 at 3:31