Is it possible to configure an interactive automation script so that the focus is set to the top of a page when loading a new page?
I.e. A page was build with a dynamic amount of rows (for instance 100 rows) with at the bottom a next button. When clicking that next button a new page is created with its own dynamic list of rows (for instance 100 rows).
The focus of the screen is still around the row-location that matches the clicked next button. Ideally we would like to set the focus with every 'page' at the top of the automation script to avoid needing to scroll to the top.
Hi Brecht, as far as I know, this is unfortunately not possible. Had a quick look at the UIBuilder and UIBlockDefinition classes, but they don't seem to have properties to configure that.