Test Studio can't click on the right element in a specific drop-down list If we try to click on any of the options in this drop-down list, Test Studio records a click to the entire div element, not to the specific element that we are clicking, so the test fails. The only way to workaround this issue is to manually add this element to project elements. If we try to click on this element, the test pass, however the click was not actually performed. The only way to workaround this issue is to convert the step to code and delete the ScrollToVisible code line. To reproduce: Detailed Instructions are provided in the internal description.