Forum Discussion
KB1
Champion Level 2
3 years agoThis is what I would try:
let Test = frame.FindElement("//div[.='" + Project.Variables.Name + "']");
tvklovesu
3 years agoFrequent Contributor
Thanks for the reply. I am looking to pass variable in to nameMapping repository. I know how to do with in the script. But my project is in Keyword test and I need to pass URL for page and some test data for objects.