Mike Townley wrote:
>
> Hello. I am using Ruby 1.8.2 and Watir 1.4.1 installed from the one 
> click installer. I cannot seem to access cells by text. IE’s dev tool 
> bar shows them clearly in the DOM but ie.cell(:text, “text in the 
> cell”).exists? returns false ie.show_all_objects doesn’t show them 
> either. The most curious thing is that the tests used to work like 
> this before but I had upgraded Watir to 1.5.somethingorother and ruby 
> to 1.8.5. This caused all sorts of issues so I down graded back to 
> square one and this problem appeared. Is there something I may have 
> forgotten to install or a library I may be missing? Let me know if you 
> need any additional info from me to assist. Thank you!
>
We did not support the :text attribute for very many objects in 1.4.1.

I would suggest that you use Ruby 1.8.2 and a version of Watir 1.5, 
perhaps not one of the most recent ones, though, as some destablilizing 
commits were made around June that have yet to be fully corrected or 
backed out.

Bret

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to