Re: How to click a WebMenu icon

2016-11-08 Thread sarahmear9
thanks, this worked. On Thursday, November 3, 2016 at 7:40:02 PM UTC-4, gurma...@gmail.com wrote: > Hi, > > You said that the web menu has 2 objects-image and link and that u want to > click on the image. > > Could u try the following: > Set imgobj=Description. Create > imgobj("micclass").

Re: How to click a WebMenu icon

2016-10-13 Thread Vikash Mishra
Use Sendkeys if not working like WSH.sendkeys "Alt+E" //Use Alt shortcode and E stand for the name like Enterprise , if name is figure the use F like use.. but do it manually first wsh.sendkeys "Down" //check how many downs we have. wsh.sendkeys enter. Always send a snap shot of your issue