Re: [Wtr-general] How to deal with the copyrihgt symbol

2007-07-13 Thread jhe
I use “puts $ie.text” to print html document in the windows command prompt, finding that it return “?” instead of “\251”. In fact, when I view the source in IE, it displays “copy;” Now, it seems that the difference is that your $ie.text will return “\251”, but my $ie.text only return “?”, is

[Wtr-general] How to deal with the copyrihgt symbol

2007-07-12 Thread jhe
Dear all, Why use the following code always return false, although in the html document include copy; assert( $ie.text.include?(copy;) ) Regards, Jason ___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] How to deal with the copyrihgt symbol

2007-07-12 Thread jhe
Hi Zeljko, I tried it, but it didn’t work, so did “#169;” Regards, Jason _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ?eljko Filipin Sent: 2007年7月12日 15:37 To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] How to deal with the copyrihgt symbol

[Wtr-general] Does watir support file download?

2007-04-25 Thread jhe
Dear all, Is there a way to download file and save it to hard disk? Thanks in advance. Jason ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] How to save file via File download dialog

2007-04-24 Thread jhe
Well, it seems that your method is for uploading the file, but my question is how to automatically download a file. Regards, Jason _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ajitesh Srinetra Sent: 2007年4月23日 22:08 To: wtr-general@rubyforge.org Subject: Re:

Re: [Wtr-general] How to save file via File download dialog

2007-04-24 Thread jhe
As I known, it is also for uploading file. Is it also available for downloading? Regards, Jason _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ajitesh Srinetra Sent: 2007年4月23日 22:11 To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] How to save file via