Driving me MAD

Aug 01, 2023

Trying to access HTML elements in the DOM in Storyline360, No .src or .alt etc. on image element. 

Button trigger:

const imageElement = document.getElementById('acc-6p5dhWwZfD8');

console.log('Image URL (src):', imageElement.src);
console.log('Alternative Text (alt):', imageElement.alt);

Be the first to reply