[wtr-general] Watir::IE.attach issue

2013-03-19 Thread alexandre vansteene
Hello all, I am currently doing my first script using Watir and I am experiencing an issue. I tried to get an answer by reading many posts but I was not able to find by myself. At some point during the scenario that I am automating, a pop-up appears and I just want to click on a OK button. I

[wtr-general] Re: JSSH on FF 3.0.14 [Solved]

2009-11-14 Thread Alexandre
Solution for Debian: # aptitude install xulrunner-dev By the way, thank you Angrez Singh for your help. -- Alexandre Delanoë --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post

[wtr-general] Re: JSSH on FF 3.0.14

2009-11-12 Thread Alexandre
Le mardi 10 novembre de l'année 2009, vers 11 heures et 08 minutes, Alexandre Delanoë écrivait: Hi all, I have 3.0.14-1 firefox on a debian testing box. Then I installed : http://wiki.openqa.org/download/attachments/13893658/jssh-20080725-Linux.xpi?version=1 In a terminal I launch

[wtr-general] Re: JSSH on FF 3.0.14

2009-11-12 Thread Alexandre
it as root. (I do not want to start X session as root). But as user, it was ok with my previous computer... -- Alexandre Delanoë --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group

[wtr-general] Re: JSSH on FF 3.0.14

2009-11-12 Thread Alexandre
. Everything is working but this issue. -- Alexandre Delanoë --~--~-~--~~~---~--~~ 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

[wtr-general] JSSH on FF 3.0.14

2009-11-10 Thread Alexandre
I wonder if this issue depends on my Debian configuration or on my firefox version. Thank you for your ideas. PS: I have another testing debian box that works well with jssh and with same version of firefox. -- Alexandre Delanoë --~--~-~--~~~---~--~~ You

[wtr-general] Re: :index = 0 with firewatir

2009-08-18 Thread Alexandre
for help -- Alexandre Delanoë --~--~-~--~~~---~--~~ 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

[wtr-general] :index = 0 with firewatir

2009-08-14 Thread Alexandre
Hello, using firewatir, ff.link(:text = foo,:index = 2).click works fine but I would like to click on the last link found on the page. Then ff.link(:text = foo,:index = 0).click should work. But firewatir can not find this element. Do you have another solution ? Thank you. -- Alexandre Delanoë

[wtr-general] Re: Select_list does not select anything

2009-08-06 Thread Alexandre
Le jeudi 06 août de l'année 2009, vers 01 heures et 14 minutes, John Kolokotronis écrivait: If you want to use the value, I think you should be doing: ff.select_list(:name, 'fileFormate').select_value('3') Yes, that works fine. Thank you -- Alexandre Delanoë

[wtr-general] image test

2009-04-24 Thread Alexandre
/MozillaBaseElement. rb:967:in `assert_exists': Unable to locate element, using :id, suivante include assertion does not work like this? Thank you for help. -- Alexandre Delanoë --~--~-~--~~~---~--~~ You received this message because you are subscribed

[wtr-general] image test

2009-04-24 Thread Alexandre
/MozillaBaseElement. rb:967:in `assert_exists': Unable to locate element, using :id, suivante include assertion does not work like this? Thank you for help. -- Alexandre Delanoë --~--~-~--~~~---~--~~ You received this message because you are subscribed

[wtr-general] Re: image test [solved]

2009-04-24 Thread Alexandre
ok: it works with .exists? (i do not know why) -- Alexandre Delanoë --~--~-~--~~~---~--~~ 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

[wtr-general] Re: image test [solved]

2009-04-24 Thread Alexandre
Le vendredi 24 avril de l'année 2009, vers 07 heures et 08 minutes, Gar Morley écrivait: [...] Hope that helps. Sure! Thank you very much. -- Alexandre Delanoë --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups