Hello all. I have a question regarding accessing the elements in remote-javascript generated content on a page. It would appear that these created elements are not accessible with firewatir at all. I tried both tagged elements and xpath, but no matches for elements within rpxnow's javascript-generated content can be found.
Example : RPX now's "not you?" link ff.link(:class, "not_you").exists? # <-- should return true, but doesn't ff.span(:text, "not you?").exists? # <-- also false ff.link(:xpath, "//a...@class='not_you']/span").exists? # <-- Doesn't return true ff.link(:xpath, "//a...@class='not_you']/").exists? # <-- jSSH doesn't like this formatting on an xpath Is this a known problem, or am I just not doing it right? I am using Ruby 1.8.6 via Netbeans 6.8, Firewatir 1.6.5 and Firefox 3.0.17 -Toni -- 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