Dan Cuellar
Dan Cuellar
We should be able to add support for this as the same technique used by appium (the WebKit remote debugging protocol) should be feasible in mac apps
Someone attempted this a year or so ago. The problem was mainly the performance was slow. It is possible, I would just need to rewrite some of the code to...
The XPath appium for mac uses is generated from the Accessibility DOM. It would be a good feature to be able to use xpath inside a webview and have that...
It also might be possible to pull tag names from the Accessibility DOM, but not sure, haven't tried it.