[Samie-code] JavaScript and Data::Dumper questions
Brought to you by:
henrywasserman,
techlogic
|
From: Tom C. <cun...@ma...> - 2004-08-11 13:23:55
|
Couple of questions:
a) JavaScript : The application I am testing has a lot of JavaScript-created links which don't
show up for me with VerifyLinkTextExists. How do I click these / verify these? I saw on the
message list archives that someone had experienced problems with JavaScript-created links before
but there wasn't any solution in the archives.
b) Data::Dumper : Has anyone had any success in debugging what SAMIE has parsed in through Data::Dumper? I've been trying to get Data::Dumper to print out the fully verbose contents of @ALLIEObjects but haven't had any success. Sometimes I get errors like the following :
"Can't coerce array into hash at C:/Perl/lib/Data/Dumper.pm line 156"
Any ideas on how to debug the contents of what's been read in? The application I'm testing has a lot of frames and I've had to use the $Win32::SAM::URLHash{"$URL"} = 1; hack in order to get all of my frames loaded.
|