Hi everybody,
I am using a classic click activity to click on a hamburger icon.
The problem is that it clicks the windows icon in the bottom left corner instead.
For some reason adding a delay before the click activity fixes the problem but I feel like that is not a good way to fix it. I want to know what is going on and what I am doing wrong.
I added screenshots for clarification. the first screenshot is a picture of the hamburger icon that has to be clicked (top one) and the windows icon on the bottom:
The second screenshot are the selectors that I used to click the hamburger icon.
I also had a diffrent click activity click the wifi/internet button in the task bar on the same site.
It could be coincidence but the windows button and that wifi/internet button are exactly below the button that has to be clicked.
I feel like it just wants to click as soon as possible but it has to wait for the page to fully load in order to click the right button.
The website was made with Mendix-low code
I really hope someone can help/explain what is going in.