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 >

How to click a WebMenu icon

2016-11-03 Thread gurman5691
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").value="Image" Set x = Browser("abc").Page("HelloWorld").WebMenu("TabView:0:scForm:j_idt98").childobjects(imgobj)

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

How to click a WebMenu icon

2016-10-12 Thread sarahmear9
Hi Browser("abc").Page("HelloWorld").WebMenu("TabView:0:scForm:j_idt98") The webmenu has an Home icon and some text link. If we click the icon, it takes you back home and if we click on link, it displays more links on the page. Spy captures both the icon and the text link as webmenu.