Does Appium-for-Mac supports WebView browser that is embedded in a Mac OS X desktop application?based on Electron

i was able to successfully automate mac QQ or calculator desktop application through appium-for-mac,and it was fine to get xpaths , but the problem is when ever i try to build the xpath for my company app (which is WebView browser that is embedded in a Mac OS X desktop application), it does not generate the xpath

QQ xpath:
“/AXApplication[@AXTitle=‘QQ’]/AXWindow[@AXSubrole=‘AXStandardWindow’]/AXButton[@AXIdentifier=‘Sessions’]”

my company webview app(all elements are like this ):
“/AXApplication[@AXTitle=‘RCE’]/AXWindow[@AXTitle=‘XX企业版’ and @AXSubrole=‘AXStandardWindow’]/AXScrollArea”

I hope you can reply as soon as possible,Thank you very much for your reply

I am running into the same issue. Got the calc app working fine and then moved to my Electron app and found the same issue.

I even tried other electron apps like Spotify and Slack to see if I could get any further but was hitting the same wall. I assume its something simple but just not sure what it is yet.