Hi,
I have recorded a sample google script using TruClient IE - web protocol in LR 12.50. When I try converting it to Web script, I see only the comments in the converted script (Please see below) .I tried few other websites and ended up in the same situation.
function Action()
{
// 1: Navigate to "www.google.com"
// 3: Type HP in Search combobox
// 5: Press Enter key on Search combobox
// 7: Click on HP® Official Site | Laptop... link
return 0;
}
Kindly help to resolve my issue. Appreciate your time on this.