cancel
Showing results for 
Search instead for 
Did you mean: 

Navigating in the Portal with Ruby and Watir

Former Member
0 Kudos

Hello,

I have read the great weblog series about watir and Portal:

...

/people/justin.ramel/blog/2006/09/13/automated-functional-testing--part-4-of

After that I played around with Watir and tried to navigate in the portal. The top level navigation and other links are no problem.

But has anybody found a solution to access the Detailed Navigation Tree (DTN)?

I think I can access the DTN-Frame with:

ie.frame(:index, 3).frame(:index, 2)

But I can not find the right objects for a navigation event.

Has anybody found a solution for that?

Best regards,

Stefan Brauneis

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved it on my own:

The trick was to just fire the a-tags.

Best regards,

Stefan Brauneis