This command is used to create test case files for Selenium firefox plugin according to the "sequences" created from command "parseDirHTML". Before using this command, please run command "parseDirHTML" first. Selenium test cases have a xhtml file template as following: ---------------------------------------------------------------------- ${name}
${name}
${command} ${target} ${value}
---------------------------------------------------------------------- This template needs three basic parameters: $encoding: encoding style, e.g. UTF-8 $baseURL: home page $name: test case name and three parameters for each event: ${command} ${target} ${value} Commands are got from the "Event Type". Targets are got from the "Event Target" in terms of xPath. Values is got from the "Event Type". "Event Type" and "Event Target" are two attributes of events in sequences created from parseDirHTML. Usage: generateSeleniumReplay [sequenceName] sequenceName: optional. The name of sequences created from command "parseDirHTML". It should be the same as the sequences name specified in command "parseDirHTML". Default: sequences, which is the same as the default value of command "parseDirHTML" HTMLFilesFolder: required. The target folder to store created xhtml files, should be a already created folder. websiteBaseURL: required. The homepage URL of the target website.