Forum Discussion

TyroneBishop's avatar
TyroneBishop
Community Member
3 years ago

Driving me MAD

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);

No RepliesBe the first to reply