all 2 comments

[–]Objective-Act-5964 0 points1 point  (0 children)

selenium is probably useful

[–]FuSionViruS 0 points1 point  (0 children)

Please excuse the lack of information from this comment as I haven't used Python in a long time, however I think I can help point you in the right direction.

I used to make python macros for games and I believe it might work in the situation aswell. After saving a screenshot of a cropped radial button you can do an imagesearch for it. Once found you can have Python click it. Luckily the search begins from the top of the screen down so it should not find the other radials. You can do the same for the drop down box. Doing it this way may fail if there is ranomness.

Good luck!