I'm looking for a away to scroll a select options using selinum, the options is inside a modal. I have the coordinates of the select option accurately, using the coordinates I should find a way to scroll the options I cannot use javascript in this operation, as well as I cannot use methods like find elements using xpath
This is the section I'm trying to control using selinium
Im trying this operation on this website
This is the dropdown I'm trying to scroll, When I click the select in above image, this bottom sheet is coming up
If anyone has an idea about how to do this with selinum action chains and coordinates, please help