Describe the feature you would like to request
Context
Currently, in a few of our Open Payments SDKs, we have integration tests that use web scraping tools/drivers (ie puppeteer/selenium) to log in into the test wallet and approve a grant automatically.
Describe the solution you would like
In order to have a more stable testing environment (where we are not relying on CSS class selectors), we should add ids to certain elements to improve the process for this kind of automated testing.
Additional context
No response