Hi,
i am having a string which has some path like
Dim chb_str as string ="/dom[@domain='............................................./div/div"
Dim name as string="Asia"
Dim rxp As New Rxpath(path_div)
Dim main_path as DivTag = rxp
Dim child_atag As Ranorex.ATag = main_path.FindSingle(Of Ranorex.ATag)("./div/div/table/tbody/tr/td/a[@InnerText='"+name.ToString+"']")
now i am getting an error as below
System.NullReferenceException: Object reference not set to an instance of an object.
at Ranorex.Core.Path.LocationStep..ctor(ITree stepTree, RxPath owner)
at Ranorex.Core.RxPath.TryInit(String path)
--- End of inner exception stack trace ---
at Ranorex.Core.RxPath..ctor(String path)