Re: [wtr-general] Re: Recent Stack Overflow Questions Tagged Watir

2010-09-29 Thread Željko Filipin
http://stackoverflow.com/questions/3810404/onclick-event-does-not-work-for-editbox-in-firewatir -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general

[wtr-general] Use ruby script to get logs from linux server.

2010-09-29 Thread Wesley Chen
Hi, Guys, Currently, I use a tool in windows, named WinSCP, I login by username password, then I turn to a path /usr/lib/system.log, I will capture the unexpected content in the log. Now, I want to write a ruby code in windows to do the job, capture the log out directly. It will be the best if my

Re: [wtr-general] Use ruby script to get logs from linux server.

2010-09-29 Thread Željko Filipin
On Wed, Sep 29, 2010 at 3:10 PM, Wesley Chen cjq@gmail.com wrote: It will be the best if my script can capture only the latest error interface errors. If I understood you, you want to parse a log file and create a report? If that is correct, I have a script that does just that. It is easy to

Re: [wtr-general] Use ruby script to get logs from linux server.

2010-09-29 Thread Wesley Chen
Hi Zeljko, I have to capture the log from the remote server with username/password. I will access it in my machine. Maybe your script can help. Would you please share it to me? I will have a try. Wesley. For life, the easier, the better. On Wed, Sep 29, 2010 at 9:13 PM, Željko Filipin

Re: [wtr-general] Use ruby script to get logs from linux server.

2010-09-29 Thread Željko Filipin
On Wed, Sep 29, 2010 at 3:17 PM, Wesley Chen cjq@gmail.com wrote: I have to capture the log from the remote server with username/password. I will access it in my machine. The problem is opening a remote file? Or something else? What have you tried so far? Any code to share? Maybe your

Re: [wtr-general] Use ruby script to get logs from linux server.

2010-09-29 Thread Wesley Chen
Hi, Zeljko, I use Windows system, I want to use ruby script to access a remote file in a linux server, I have to input Username and password to access the linux server. So, do you have any suggestion? Wesley. For life, the easier, the better. On Wed, Sep 29, 2010 at 9:20 PM, Željko Filipin

Re: [wtr-general] Use ruby script to get logs from linux server.

2010-09-29 Thread Željko Filipin
On Wed, Sep 29, 2010 at 3:24 PM, Wesley Chen cjq@gmail.com wrote: I use Windows system, I want to use ruby script to access a remote file in a linux server, I have to input Username and password to access the linux server. How do you access the file, via FTP?

[wtr-general] Re: Watir handling of ul and ol tags

2010-09-29 Thread Mark Winteringham
Hi there, Thanks for that George that did the trick. Seems a little odd to me that UL is in there but not OL, will it be in 1.6.6 or is it worth recommending it being in there? Mark -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice.

Re: [wtr-general] Re: Watir handling of ul and ol tags

2010-09-29 Thread Željko Filipin
On Wed, Sep 29, 2010 at 4:02 PM, Mark Winteringham winteringham.m...@gmail.com wrote: Seems a little odd to me that UL is in there but not OL You could create a ticket: http://jira.openqa.org/browse/WTR Željko -- Before posting, please read http://watir.com/support. In short: search before

[wtr-general] Re: Watir handling of ul and ol tags

2010-09-29 Thread Chuck van der Linden
Also bear in mind that the list 'container' the OL tag isn't normally itself rendered on the screen in a visible way.. so users don't normally interact with it. The 'guts' of the list (li tags) is where the interaction normally happens, and also what most commonly verified or acted on in

Re: [wtr-general] Use ruby script to get logs from linux server.

2010-09-29 Thread Wesley Chen
Hi, Zeljko, Thank you for your help, I tried your suggestion, but I didn't find the solution. Wesley. For life, the easier, the better. On Wed, Sep 29, 2010 at 9:27 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Sep 29, 2010 at 3:24 PM, Wesley Chen cjq@gmail.com wrote:

[wtr-general] Re: Watir handling of ul and ol tags

2010-09-29 Thread Jarmo Pertman
You better create a ticket in JIRA or even submit a patch itself with tests. Also, if FireWatir doesn't support them also, then might add the support there as well. I think it makes sense to add it anyway, since in a way user doesn't see table also, rather td :) Jarmo On Sep 29, 7:13 pm, Chuck