Hi, I have troubles to upload fule with selenium, which is nececery to test object creation with create.sel like this:
|open|/|
|type|tag_list|ruby on rails|
|type|document_uploaded_data|C:\Documents and Settings\tb\Pulpit\Ruby on Rails.htm|
|clickAndWait|document_submit|
|assertTitle|Documents: index|
I have google and applied “signed.applets.codebase_principal_support” set to the value “true”
and netscape.security.PrivilegeManager.enablePrivilege(”UniversalFileRead”);
form http://cakebaker.wordpress.com/2006/03/29/file-upload-with-selenium/
However when I open http://localhost:3000/selenium/TestRunner.html?test=tests
and run the test i get:
Selenium failure. Please report to selenium-dev@openqa.org, with error details from the log window. The error message is: Security error
(see this screenshot: http://img215.imageshack.us/my.php?image=seleniumfileuploaderroraj4.png)
and in logs:
I use Firefox 3.0.3 and selenium-core-0.8.3.
Cheers,
Tom
Hi.
If element locator belongs to other iframe proper iframe should be selected first:
|selectFrame|frame_locator|
|type|element_locator|some_text|
