Hello,
I am working on Automation in SAP GUI.The usecase involves a SAPGUI.BarchartGraphics UiElement and I am trying to identify the colour of individual bars within the graph. The entire barchart is being detected as a single block here with UiExplorer showing something like:
<wnd app='saplogon.exe
<sap id=*
Visual Tree shows ‘GuiShell shell’ and individual elements under it cannot be detected.
I have enabled user_scripting on client side , but we are not allowed to do it SAP server side.
Any suggestions on how the colours of bars within the chart can be detected?