carstenh's avatar
carstenh
Occasional Visitor
2 months ago
Status:
New Idea

Make TestLeft recognize objects not as Control when they are extended (Java)

When you record a custom java UI - Object TestLeft only recognizes a Control. 

For example: public class CustomButton extends JButton is only recognized as Control

While a Button is quite easy to handle it gets very complicated when you have something like public class CustomTable extends JTable.
It would be more userfriendly if the user could directly use the methods that apply to a GridView in this case, instead of have to find the right native method that than can be used with the callMethod method.

Other tools can handle this.

Thank you!

No CommentsBe the first to comment