ContributionsMost RecentMost LikesSolutionsRe: EvaluateXpath Hi Alex, If it is possible shall we contact through video call or normal call is their any pluggins to resolve it Re: EvaluateXpath HI, Alex Thank You For the repley But my method is different unit1 XPATH a="//input[@value='Login']" Unit2 p=Sys.Browser("*").Page("*") arr = p.EvaluateXpath(......i need to call that unit 1 into this method.....) i need that Xpath to Call inside Those Braces... Pls Tell Me how To Do That... But in the link it clears that how to call methos from one unit to other but not inside a method EvaluateXpath HI, I am Working On Web testing In Test Complete With Python Script. 1. I Have Saved My XPath In Unit1 2. I Created An Method In unit2. 3.In The Unit2 Method i Used EvaluateXPath method. 4.Now I need to Call The Unit1 Savd XPath In To The EvaluateXPath() inside those braces. 5. Please Tell Me How To Call Method From One Unit To Another Unit inside Those Braces unit1 def test(): a= "//input[@value='Login']" Unit2 p = Sys.Browser("*").Page("*") arr = p.EvaluateXPath(?..............Send Me the Answer For This Function)