↧
Access to logs and elements from inside object tag
Is this possible using Edge Inspect? Using Chrome Developer Tools, i'm able to see the DOM, and console logs from embedded pages (using the Object tag). I get: <object type="text/html"...
View ArticleRe: Access to logs and elements from inside object tag
To do remote inspection in Edge Inspect, we're making use of a tool called weinre. We inject a snippet of javascript that instruments the page and sends the data back to the weinre server. This may be...
View Article