How can I scroll mouse in specific menu in main window in Java Selenium WebDriver
问题 I am trying to find a web element in Chrome with help of Selenium WebDriver. When the driver launches the URL, a list of projects is being displayed and the driver has to select a specific project from that list. As long as that project is on top of the list, it's ok and can find the project, however if project is at the very bottom of the list (as per list has been ordered alphabetically and say record 57 from list is tried to be selected), test keeps failing and driver can't find the web