Micro Focus QTP (UFT) Forums
Link containing special character does not clicked - 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: Link containing special character does not clicked (/Thread-Link-containing-special-character-does-not-clicked)



Link containing special character does not clicked - excellentpawan123 - 02-27-2015

I want to click on a link named with special character but with special character it does not work. Please Help

Code:
Set Link_name = description.Create()
Link_name("text").value = "UFT+"
Link_name("micclass").value = "Link"
Link_name("index").value = "0"

Browser("text:=.*").Page("text:=.*").Link(Link_name).Click

If instead of UFT+ I use UFT it works.


RE: Link containing special character does not clicked - venkatesh9032 - 06-11-2015

Find out the unique property of the link and add after Mic class

It will work.

Happy scripting.. :-)