[wtr-general] Re: Get the error when try to run the watir code in Mac

2009-09-25 Thread Rafael Fonseca
Try running this on Terminal: mv /Applications/Firefox.app/Contents/MacOS/libsqlite3.dylib /Applications/Firefox.app/Contents/MacOS/libsqlite3.dylib.orig * * *cp /usr/lib/libsqlite3.dylib /Applications/Firefox.app/Contents/MacOS/libsqlite3.dylib* * * ***Worked for me. *-- Rafael Fonseca

[wtr-general] Re: :html

2009-09-23 Thread Rafael Fonseca
That might just help me with the frame inside frame inside frame problem. -- Rafael Fonseca www.nunca.com.br On 23/09/2009, at 8:14 PM, Željko Filipin wrote: I found this recently: browser.link(:html, /contract_id=227/).click I completely forgot that :html is a way of accessing an element

[wtr-general] Re: show_frames not reading nested frames properly

2009-09-23 Thread Rafael Fonseca
').p(:index, 1).text = Gratuitous use of frames is a common mistake of web designers. So it works in this case. I'll have to try locating that frame using :index perhaps. -- Rafael Fonseca www.nunca.com.br 2009/9/24 Alan Baird aba...@bairdsnet.net Rafael - I'm curious why the page you

[wtr-general] Re: show_frames not reading nested frames properly

2009-09-22 Thread Rafael Fonseca
Thanks for the reply. But I've been through that and similar pages describing how to access frames, and they're very sparse on the issue. I still can't figure out why the frameset doesn't get read by Watir. -- Rafael Fonseca www.nunca.com.br On 22/09/2009, at 8:11 PM, Željko Filipin wrote