Re: [Wtr-general] Reading Static data

2007-07-09 Thread Neumann, Carsten - ENCOWAY
Hi, maybe you can use assert(ie.contains_text(file successfully added), Message if failed) Regards, Carsten Neumann Carsten Neumann Auszubildender encoway GmbH Buschhöhe 2 28357 Bremen Tel +049 (0)421 24677-0 Fax +49 (0)421 24677-10 email: [EMAIL PROTECTED] Web: www.encoway.de

Re: [Wtr-general] Save the results..

2006-02-22 Thread Neumann, Carsten - ENCOWAY
Hi, can be found in the Watir API reference: ie.maximize() Regards, Carsten Neumann ** -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Kiran Kumar.. Gesendet: Mittwoch, 22. Februar 2006 13:36 An:

Re: [Wtr-general] Choose File Dialog

2006-01-30 Thread Neumann, Carsten - ENCOWAY
Betreff: Re: [Wtr-general] Choose File Dialog Which letter is underlinedon theÖffnen button? ---Michael B. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neumann, Carsten - ENCOWAY Sent: January 27, 2006 10:39 AM To: wtr-general@rubyforge.org Subject: [Wtr-general] Choose

[Wtr-general] Choose File Dialog

2006-01-27 Thread Neumann, Carsten - ENCOWAY
Ive found it myself, in watir/winclicker.rb you have to replace Choose File with Datei auswählen (or whatever youre looking for) at two positions in the code. He now finds the Datei auswählen-Dialog and fills in the file-field, but how can I get him to click Öffnen (Open). Ive found Open

Re: [Wtr-general] RPC-Server is not available

2005-10-28 Thread Neumann, Carsten - ENCOWAY
I'm using Windows 2000 SP 4, german version, so it can't be that. Any other ideas? Thanks, Carsten Neumann -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von [EMAIL PROTECTED] Gesendet: Donnerstag, 27. Oktober 2005 20:37 An:

[Wtr-general] RPC-Server is not available

2005-10-27 Thread Neumann, Carsten - ENCOWAY
Im running self-made unit tests against a web-application. The file tc_basis.rb requires three other script with test cases and runs them in a row. But I always get one error: WIN32OLERuntimeError: Unknown property or method `document'     HRESULT error code:0x800706ba   Der

AW: AW: [Wtr-general] fileField problems

2005-08-09 Thread Neumann, Carsten - ENCOWAY
with spaces\dir 3\test.txt c:\dir with spaces\dir 4\test.txt c:\dir with spaces\dir 5\test.txt c:\dir with spaces\dir 5\one_two.xls - Raghu Neumann, Carsten - ENCOWAY wrote: It's not a nomal Windows error, ist says: file can't be saved (1120) I don't think that helps

[Wtr-general] open file with file_field

2005-08-08 Thread Neumann, Carsten - ENCOWAY
Title: open file with file_field How can I open a file by using a file_field? If I use: ie.file_field(:name, fieldname).set(complete path) I get the normal Windows- Open file-dialog. How can I now select a file, or type the name using watir? Or must I use something different? Thanks!

[Wtr-general] Javascript onClick

2005-08-03 Thread Neumann, Carsten - ENCOWAY
Title: Javascript onClick How can I tell Watir to click on a _javascript_ onClick? ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] space in link text

2005-08-02 Thread Neumann, Carsten - ENCOWAY
Title: space in link text How can I click on a text-link in ruby, which contains a space between two words? Thanks! ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general