This depends fully on the library you use and the tool that the
library uses. I assume you are using SeleniumLibrary which uses
Selenium. An easy way to test how Selenium works is installing
Selenium IDE and using it to record the action. If it can record and
re run the test, you can then see what it captured and use the same
arguments with SeleniumLibrary's keywords.
Cheers,
.peke
--
Agile Tester/Developer/Consultant :: http://eliga.fi
Lead Developer of Robot Framework :: http://robotframework.org
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To post to this group, send email to robotframe...@googlegroups.com.
To unsubscribe from this group, send email to robotframework-u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/robotframework-users?hl=en.
I don't know does Selenium RC understand Seleneese or not. If it does,
then the special variable ought to work. You need to escape it like
\${nbsp} in Robot's test data, though, because otherwise Robot will
try to resolve it.