Micro Focus QTP (UFT) Forums
How to Enter A Value on Web Element - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: How to Enter A Value on Web Element (/Thread-How-to-Enter-A-Value-on-Web-Element)



How to Enter A Value on Web Element - pgcsc - 02-13-2012

How to Enter A Value on Web Element.

I am trying to enter a value on WebElement, However QTP is not recognizing the field.

Code:
Browser("Edit Location Information").Page("Edit Location Information").WebElement("EditLocation")******


Pls help

Attached Screenshots


RE: How to Enter A Value on Web Element - mv8167 - 02-13-2012

try:
Code:
... .WebElement("EditLocation:=" & Variable)

or

.WebElement("Visible:=True")

etc



RE: How to Enter A Value on Web Element - pgcsc - 02-14-2012

Thanks Lorena, It's not working.

My Application built on Flash. Do u think the code works with out Adobe Add inn??

Let me know.