Hi, guys

I'm new to watir. I'm trying to use 'watir-webdriver'

I did a simple test for google. It prints links in the list. The code is 
like this:

browser = Watir::Browser.new :chrome

browser.goto 'https://www.google.com'

browser.lis(:class => "g").each{|x| puts x.div.h3.a.href}


It will give me this list:

http://watir.com/

http://watir.com/examples/

http://en.wikipedia.org/wiki/Watir

http://www.thoughtworks.com/insights/articles/automated-testing-using-ruby-and-watir

http://watirwebdriver.com/

https://leanpub.com/watirbook

https://github.com/watir/watir

https://www.ruby-toolbox.com/gems/watir

http://www.slideshare.net/timothyf/automated-testing-with-watir

http://www.httpwatch.com/rubywatir/


Which seems like already get parsed from the raw url. Because if I do right 
click in the browser and do "Copy Link Address" by myself. I will get 
address like this: 
"https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CB0QFjAA&url=http%3A%2F%2Fwatir.com%2F&ei=pnzGU8jyH5GYyATe3ILgDA&usg=AFQjCNHFyN9neeAsRIQp3syn0TFOyhSP8Q&bvm=bv.71126742,d.aWw";

Is it because watir parse it for me? Or is there something that I'm 
missing? Where is this magic coming from?

Thanks

-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

--- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to