we can call getParent() on any page object and not necessarily on current page only.so In your case, Get the page object using child page path/resource and then call getParent() method.You have multiple options to convert it page object based on your child page path or object type. For example: If ...