Auto submitting a demand with if condition [closed]

I am really unsure if this is possible, but I want to know the best possible way around, we have a website wherein stock is updated in a particular time every day and we have to get the stock as soon as it is uploaded due to huge demand, we have been unsuccessful at booking the stock multiple times which directly effects our business. The website I think works on java language and uses php as well.

I am unable to right click and the page does not auto refresh, the way we refresh is by toggling through the drop down list, once the stock is updated we are able to see the new quantity and book accordingly.

So the issue that I need to resolve is, is there a way to automate the toggling through the drop down and hit the submit button as soon as the stock is refreshed with x quantity?

Thanks in advance.