Give more details of your problem
Also paste the error message
Also paste the error message
|
Enter the login details
|
|
Give more details of your problem
Also paste the error message
07-09-2011, 12:33 PM
(This post was last modified: 07-09-2011, 12:34 PM by Unleash Rajesh.)
Hi..
It recognized the object...and got the status as "DONE" but no clicks performed on Log in button...This is the code i had used... Code: Set s = Description.Create
s("html tag").value = "INPUT"
s("image type").value = "Image Button"
s("class name").value = "Image"
s("filename").value = "login.png"
s("name").value = "Image"
s("alt").value = "Login"
Browser("Title:= Login").Page("Title:= Login").WebButton(s).clickTry to sort out this...
try this
Code: Set s = Description.Create
s("micclass").value = "Image"
s("image type").value = "Image Button"
s("file name").value = "login.png"
Browser("title:= Login").Page("title:= Login").WebButton(s).click
07-11-2011, 09:40 AM
Its not working...
07-11-2011, 10:13 AM
post screenshots of your page and SPY properties
07-11-2011, 10:56 AM
(This post was last modified: 07-11-2011, 11:04 AM by Unleash Rajesh.)
Find the enclosed copy....
Find the enclosed copy.... Code: Browser("title:= Login").Page("title:= Login").Image("micclass:=Image","file name:=login.png").click
07-11-2011, 11:34 AM
why are you attaching samething again, i have replied , check it.
07-11-2011, 12:18 PM
Thanks a lot..Now its working fine
|
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| Facing issue with Java Table to press Enter Key from Keyboard | Nasir Ahmed | 0 | 4,973 |
05-23-2014, 08:05 PM Last Post: Nasir Ahmed |
|
|
|
QTP Script for enter data to DB | geethu105 | 2 | 3,792 |
02-24-2014, 06:54 PM Last Post: guin.anirban |
| How To pick up the particular mail in Post Login Gmail page and click on Checkbox | akhandesh | 0 | 3,316 |
12-02-2013, 01:35 PM Last Post: akhandesh |
|
| Unable to enter data in web table | nistalaramesh | 8 | 12,008 |
07-13-2012, 09:14 PM Last Post: nistalaramesh |
|
| How to enter data into textbox which is under the image link. | Lakshman | 4 | 5,831 |
02-23-2012, 12:14 PM Last Post: inborntester |
|