Domo Everywhere

Domo Everywhere

Unable to get the value of a canvas

Hello Gurus,

I am trying to get a value of canvas which is coming as a aria-label using JS after the iframe is fully loaded. I have highligted the value which I need to get after iframe is fully loaded.

For that I am using the following code snippet, in this code I am able to get the document part of the iframe, but when I try to find a div which has a specific card id, its giving me null. Is there anything I can do to acheieve this. My main purpose is to get the value of the card with the id after the domo embedded iframe is being loaded to a page.

Best Answer

  • Contributor
    edited May 2024 Answer ✓

    Hello! Here is a link to an article that reviews why this is technically impossible to do in the way of "webscraping" the data from the iFrame. The only way to get data from an iFrame is if the target iFrame sends out a window.postMessage(). This route does require more development, but is the only way to have a script interact with data contained in an iFrame.

    postMessage - send messages between iframes and windows - robertnyman.com

    ** Was this post helpful? Click 💡/💖/👍/😊 below. **
    ** If it solved your problem. Accept it as a solution! ✔️ **

    Or do you need more help? https://calendly.com/matthew-kastner/15-minute-chat
    Did I help you out? Feedback is priceless and will help me more than you know.Write a review!

Answers

  • Contributor
    edited May 2024 Answer ✓

    Hello! Here is a link to an article that reviews why this is technically impossible to do in the way of "webscraping" the data from the iFrame. The only way to get data from an iFrame is if the target iFrame sends out a window.postMessage(). This route does require more development, but is the only way to have a script interact with data contained in an iFrame.

    postMessage - send messages between iframes and windows - robertnyman.com

    ** Was this post helpful? Click 💡/💖/👍/😊 below. **
    ** If it solved your problem. Accept it as a solution! ✔️ **

    Or do you need more help? https://calendly.com/matthew-kastner/15-minute-chat
    Did I help you out? Feedback is priceless and will help me more than you know.Write a review!

Welcome!

It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In