Automated Testing Clicking But Not Doing Anything

Hello,

We have built an internal facing tool using WeWeb and are attempting to put tests on it using BugBug, which I believe is Selenium based. We are able to successfully find elements, but on many elements, such as the multiselect drop down, we have been unable to make it click on them successfully. We have tried and successfully used querySelectors to find the elements in the page in the console as well, but when we try a .click() on any of them that seem to be associated with the dropdown, it fails to do anything as well.