Quantcast
Channel: Micro Focus QTP (UFT) Forums - All Forums
Viewing all articles
Browse latest Browse all 1653

Link containing special character does not clicked

$
0
0
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.

Viewing all articles
Browse latest Browse all 1653

Trending Articles