Open SamGeens opened 2 days ago
Hi @SamGeens ,
which kind of element are you trying to scroll down and language?
Maybe i can reproduce this part afterwards to identify why an Access Violation will be thrown.
Hi @Nepitwin,
The application without sensitive data looks like this:
The scroll list is a data grid:
@SamGeens
Please try the following and update us with the results, If the error is the same or you are getting another error or it fixes it
UUT.Scroll down ${item_list} 1 if_focus=${Flase}
What you have not yet answered is this a c# project with WPF or is it windows Form or something else?
Background: We are trying to automate a testcase via robot framework via FlaUI library. We have a custom made GUI to control. Before, we were using TestStackWhite and with that library we were able to scroll up/down in the list and find the "element"/"row" we wanted to interact with.
Issue: After solving the previous issue. We ran into a new issue. The following error is thrown at random times during our scroll process:
The code we are executing is the following:
Do you have any idea/indication on how to prevent the memory issue. Our implementation is currently unstable because of this.