update action button values

I was asking if you can help me on this or suggest some solution,
I work for a company that uses r shiny for development and we have 120+ single page shiny apps and now i'm working on making an automated testing script, it basically runs the app, update the inputs with random values for every 10ms and log a detailed report when an error occurs, i cannot find a way to try button clicks or update button values.
can someone help or give me some suggestions, i know we cannot update action button values but i cannot change 120+ app logic that will take too much time.
any help will be appreciated

Thank you

@karimelghazouly

What is your end goal? To do automated by triggering the action button on the UI to submit the inputs (which will test the server code)?

Is it possible to produce a dummy app for a reprex on how you're testing it?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.