Copy relative path in Test Object context menu

I’d like to have another option in Test Object’s context menu - Copy relative path.

Why? Few methods, such as ObjectRepository.findTestObject(), requires a relative path to a test object in object repository. Currently, when I want to get relative path, I have to

  • right click on the object
  • choose properties,
  • select a relative part of the path,
  • press Ctrl-C (optionally right-click → Copy) and
  • close properties window.

This feature would reduce required steps from five to two. I can live without it, but it’d be nice to have.
It may be helpful mainly for those engineers, who use Script mode heavily and put relative object’s path into methods manually.

1 Like

It will help to reduce above steps. Thank you for your suggestion.

1 Like