fromRobot static method

NavigationClient fromRobot(
  1. RobotClient robot,
  2. 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));
}