wait_until will wait until they are visible and since they do not become visible on their own that would be never? sleep will do nothing but stop execution for 15 seconds
what you need to do if you want to interact with that object is make the chip area visible. once you have done that you would be able to use the code you have or even something simpler to locate it and click on it On Wed, Mar 19, 2014 at 8:20 AM, Elad Shalom <[email protected]> wrote: > OK.. How about "wait_until" instead of using "sleep 15"? > Will that work? > How do I implement that? > > 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. > -- -- 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.
