How to use Arquillian Graphene in Custom-Keywords

When I try to use graphene in a custom keyword, I get the error: “java.lang.IllegalStateException: The Graphene runtime isn’t initialized.”

It gets thrown when I use a static method of Graphene (i.e. Graphene.createPageFragment(…) or Graphene.instance() ).

Does anybody now how to properly initialize Graphene in Katalon, so I can use it in the custom Keywords?

Looking forward for any help! Thank you! :slight_smile: