okay i explain the context
I want to record each step details in somewhere notepad file.
For example whatever my script do , that should be recorded / logged
in separate file with simplified details

@browser = Watir::Browser.new :chrome
@browser.goto ("http://testapp:8080/";)

should be recorded / outputted / logged as
Opening browser page with specified URL

I hope you get my point?
Thanks

On Wed, Mar 20, 2013 at 2:04 PM, Željko Filipin <zeljko.fili...@gmail.com>wrote:

> On Wed, Mar 20, 2013 at 11:03 AM, Sohail Mirza <mrz...@gmail.com> wrote:
>
>> Can you suggest any other way around for logging the details ?
>
>
> I need more context. What is the problem you are trying to solve?
>
> Željko
>
> --
> --
> 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
> watir-general+unsubscr...@googlegroups.com
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Watir General" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to watir-general+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
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
watir-general+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to watir-general+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to