Howdy, I am trying to evaluate how much effort is involved in migrating our watir code to 1.6.2. Currently I am concluding that it is going to be a lot of work.
I use this code fragment often. assert(@ie.link(:text, "Sports").exists?) Has the 'link' method been deprecated or changed? I am getting this error: NoMethodError: undefined method `links' for nil:NilClass Please let me know if you need the context of this basic script. I basically go to msn.com and test for the sports link. Thanks, Carl --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to [email protected] Before posting, please read the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/watir-general -~----------~----~----~----~------~----~------~--~---
