On Wed, Mar 13, 2013 at 8:48 AM, <[email protected]> wrote: > I have requirement where I need to set some string value for DIV.
How would you do that manually? You know that you can not manually set div text, right? If you are automating something like wysiwyg editor, you can send keys to any element, something like this: browser.div(:class => 'myclass').send_keys "value" Željko -- https://leanpub.com/watirbook -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
