I am trying to enter data into a modal window from my site. Here is
the site code:

<label class=" text_field" for="folder_name">Or, move to a new
folder:</label><input class="text_field" id="folder_name" name="folder
[name]" size="30" type="text">

To enter data into the text_field I do:

browser.text_field(:id, "folder_name").set('Watir test folder')

This works fine in safariwatir but in firewatir I get the following
error:

Unable to locate element, using :id, "folder_name"

Does anyone know what would cause this? Is it because this is a site
modal?

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general

Reply via email to