<li ui-if=" pricing "><a href ng-click="selectPage(3)">Pricing</a></li>
if there is only one why not link with text of Pricing? On Thu, May 2, 2013 at 10:18 AM, ikeonoh <[email protected]> wrote: > Just realized that the links open up in a container on the same page. I > pretty much have problems accesing anything in any containers from the > links. I have tried: > > =>page = browser.ul(:class, "navigation").li(:index => 5) > =>page.click > > =>page = browser.ul(:class, "navigation").lis[5] > =>page.click > > On Thursday, May 2, 2013 2:59:37 AM UTC-4, Željko Filipin wrote: > >> On Wed, May 1, 2013 at 9:12 PM, ikeonoh <[email protected]> wrote: >> >>> I am trying to click on the link "Pricing" >> >> >> What have you tried so far? >> >> Željko >> -- >> https://leanpub.com/watirbook >> > -- > -- > 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/groups/opt_out. > > > -- -- 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/groups/opt_out.
