Automating SAP ERP transactions with Python: need help clicking elements that can’t be accessed by Tab/Enter
I’m trying to automate some tasks in SAP ERP using Python to speed up my workflow. Specifically, I need to run transactions like ZLA6
, but I’m having trouble with clicking certain elements on the screen, like boxes and buttons, that I can’t access with Tab and Enter commands.
Automating SAP ERP transactions with Python: need help clicking elements that can’t be accessed by Tab/Enter
I’m trying to automate some tasks in SAP ERP using Python to speed up my workflow. Specifically, I need to run transactions like ZLA6
, but I’m having trouble with clicking certain elements on the screen, like boxes and buttons, that I can’t access with Tab and Enter commands.