[wtr-general] Re: Looking for click_no_wait functionality/solution for Browser.alert

2013-05-15 Thread ikeonoh
I had a similar situation and i jusy repeated the same think twice. Something like: When /^i add me to the cart$/ do browser.alert.ok browser.alert.ok end On Thursday, May 9, 2013 3:42:54 PM UTC-4, dubsbox wrote: I'm testing a home-grown shopping cart application which has scenarios where

[wtr-general] Clicking on link on list

2013-05-02 Thread ikeonoh
I am trying to click on the link Pricing, which apears on the top of the page aong with others. The link populates as a container on the same page. Having serious problems doing this. Any help will be appreciated This is the source code: /script div ng-app=_54_313 ng-controller=_54_313Ctrl

Re: [wtr-general] Clicking on link on list

2013-05-02 Thread ikeonoh
On Thursday, May 2, 2013 2:59:37 AM UTC-4, Željko Filipin wrote: On Wed, May 1, 2013 at 9:12 PM, ikeonoh ike...@gmail.com javascript: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

Re: [wtr-general] Clicking on link on list

2013-05-02 Thread ikeonoh
I don't think i understand what you mean. please explain. Thanks! On Thursday, May 2, 2013 10:20:44 AM UTC-4, Oscar.Rieken wrote: 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 ike

Re: [wtr-general] Clicking on link on list

2013-05-02 Thread ikeonoh
chrome. Not sure; i'm just assuming On Thursday, May 2, 2013 10:39:56 AM UTC-4, Oscar.Rieken wrote: you want to click on the link that has text of Pricing Why not just use that information to locate the link On Thu, May 2, 2013 at 10:35 AM, ikeonoh ike...@gmail.com javascript:wrote: I don't