Hello,
I am wondering if it is possible to do something like this:

book = ie.span(:xpath, "//[EMAIL PROTECTED]'book']")
book.link(:xpath, "//[EMAIL PROTECTED]'save']").click()

The only way for me to execute this is to combine it into one query:

ie.link(:xpath, "//[EMAIL PROTECTED]'book']//[EMAIL PROTECTED]'save']").click

But for more complex examples it will be unreadable.

Maybe you have some solutions?

Greetings,
        Lukasz Olek

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to