Dear All: I have tried Watir to do some automation test with gmail. Currently, It can logon into gmail. and open inbox folder, currently, I want to click one mail with specail name ('test mail') aumatically, And I can see the span has been freshed with yellow highlighted, however, gmail will not go to that email.
canvas_frame = @browser.frame(:id, 'canvas_frame') canvas_frame.span(:text,'test mail').click I think my problem will be some like below one. http://groups.google.com/group/watir-general/browse_thread/thread/2bf2f3aca80bf669/6fd00c03eb062385 --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/watir-general -~----------~----~----~----~------~----~------~--~---