ContributionsMost RecentMost LikesSolutionsRe: Unable access iframe objects using findchildbyxpath Hi thank you so much for your support I checked with different iframe element using findchildbyxpath everything is working fine i am able to locate the element using find child or fildchildbyxpath actual problem is unable to access google map elements only. we found the solution took the iframe src and open it separate window now i am able to access the object elements using object spy and findchild thanks Re: Unable access iframe objects using findchildbyxpath Thanks for the response i will check it and let you. Re: Unable access iframe objects using findchildbyxpath Sorry for the delay response Object spy cant access the particular object because that object belongs to map. please find the screen shot attachment for your referance mapFrame = gapPage.FindChildByXPath("//iframe[contains(@src,'flows')]") above code returning the object isMapLoaded = gapPage.FindChildByXPath("//div[contains(@id,'map-loader')]") the above one returning none type even the xpath is accessing the UI level Unable access iframe objects using findchildbyxpath I'm find the page objects using findchildbyxpath but iframe objects are returning null even path is fine in UI Solved