Forum Discussion

TimCalderwood's avatar
TimCalderwood
New Contributor
4 years ago
Solved

ClickTab with Icons

Our JavaFX application uses tabs with icons in the tab title. Looking at Object browser, the tabs have two labels, the first label is "" and the sub label has the tab text. So, when we try to use Cli...
  • BenoitB's avatar
    BenoitB
    4 years ago

    A last solution would be to use image search of icons for tabs (assuming each tab has its own icon).

    So add in image store your icons and search them in the parent object picture. After that you'll have coordinates where to click.

     

    That is not perfect but it could work.