fromRobot static method
- RobotClient robot,
- String name
Get the NavigationClient named name from the provided robot.
Implementation
static NavigationClient fromRobot(RobotClient robot, String name) {
return robot.getResource(NavigationClient.getResourceName(name));
}