Yeah I actually found that link prior to posting. I was able to execute the example with no errors. However, the issue still remains on the webpage that I am testing. Both the locating iframe and executing javascript methods fail for me using the firefox(13.0) browser.
If you would like to try it- b = Watir::Browser.new :ff b.goto "weddingwire.com" b.a(:href, '/wedding/UserLogin').click b.text_field(:name, 'userName').set '[email protected]' b.text_field(:name, 'password').set 'gatsby321' b.send_keys :enter b.goto "http://www.weddingwire.com/wedding/UserMyWebsitePageEdit?pid=98ccb20ae6ee6feb" #from this point I cannot enter text into the WYSIWYG using javascript or send_keys method Any more thoughts? Thank you again! On Monday, June 18, 2012 11:12:59 AM UTC-4, Željko Filipin wrote: > > On Mon, Jun 18, 2012 at 3:55 PM, Alex <[email protected]> wrote: > > Problem seems to be only when attempting to enter any text to the > WYSIWYG ckeditor. > > Did you read this? > > http://watirwebdriver.com/wysiwyg-editors/ > > Željko > -- > filipin.eu > Looking for a software tester that eats, sleeps and breathes Watir? Look > no more. > > -- 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]
