Hello, my approach was to find the interface component such as
InterfaceComponent spellSelectorComponent = new InterfaceComponentQueryBuilder().actions("Choose spell").results().last();
It gives me the right component and I am able to select a spell such as Fire Strike or Fire Bolt with a...