Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to enter text in webedit field.....
#1
Solved: 6 Years ago Exclamation 
Hi...

I need to enter the login credentials of Username and Pwd......and to hit the login button....But it throws an errors stating,

" Cannot find the "[ WebEdit ]" object's parent "[ Browser ]" (class Browser). Verify that parent properties match an object currently displayed in your application. "

Code used is,
Code:
Set id = description.Create()
id("html tag").value = "INPUT"
id("html id").value = "email"
id("name").value = "email"
id("type").value = "text"
id("X").value = "568"
id("Y").value = "385"
id("type").value = "text"

Browser("title:= Login").Page("title:= Login").WebEdit( id ).Set  "subha@gmail1.com"

Trying this to resolve for the past week....but couldn't...Get me out..
Reply


Messages In This Thread
How to enter text in webedit field..... - by Unleash Rajesh - 08-13-2011, 12:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question how to identify non-editable text field rashkv 5 12,098 10-10-2014, 04:03 PM
Last Post: nivedita
  Facing issue with Java Table to press Enter Key from Keyboard Nasir Ahmed 0 4,394 05-23-2014, 08:05 PM
Last Post: Nasir Ahmed
Question QTP Script for enter data to DB geethu105 2 3,164 02-24-2014, 06:54 PM
Last Post: guin.anirban
  Read text from text file and save it into a variable in qtp arpan 3 12,160 06-19-2013, 08:34 PM
Last Post: arpan
  Need to compare two text files - ignoring some text nelly27281 2 4,390 09-09-2012, 12:09 PM
Last Post: freeboynil

Forum Jump:


Users browsing this thread: 1 Guest(s)