Good morning all,
Can anyone tell me whether or not I should be able to create movies via Eggplant with a trial license? I tried with version 1.5 and just installed version 2.0 and have had no luck with either thus far.
I have asked the same question of the sales staff but have not received the typically prompt response so I thought it might be wise to pose the question here.
All methods I have tried have produced the same result; once recording starts the application hangs and the script cannot be aborted. Eventually the application must be killed via a terminal session.
Version 1.5 responded to the Dock’s “Force Quit” option but version 2 opens a dialog offering the choice to “Cancel Quit”, “Quit When Run Finishes” or “Abort and Quit”. However since the application has frozen not permitting the script to abort none of these options is viable. Thus a ‘kill’ by terminal session is required to halt the script.
I’ve tried the two methods below to record the movie via scripts…
startMovie "~username/Desktop/SafariTest"
Click "Launch Safari"
Wait "10.0"
TypeCommand "L"
(* snipped rest of code for the sake of brevity *)
stopMovie
…and…
startMovie "~username/Desktop/SafariTest"
Run NewProject
stopMovie
…as well as the “Record Movie” menu option. My desire is to use the movies to pitch Eggplant to my supervisor who is located off-site.
Thanks,
Bill