I'm having trouble using the Select function in my code to interact with a dropdown menu. I attempted to import Select from the "selenium-webdriver" package, but it doesn't seem to be working. All of the search results I've found on this topic are related to Python codes importing Select from the `selenium-webdriver.support.ui` package, which I cannot locate in the JavaScript package. Any assistance on how to successfully import the Select class into my JavaScript code would be greatly appreciated! ;)