Provide custom HTML tags/ids/attributes to bubble elements?

I was assuming object is visible on load. The “Page is loaded” condition occurs when all on page elements are ready for manipulation.

You’re correct that if element IS NOT visible on page load one would have to check for its existence (not necessarily via JavaScript, as the Run JS action could be put in a “When element is visible” type workflow, which is another nice advantage to that action.)

BTW, for an insanely detailed analysis of the “Page is loaded” condition and how that relates to element visibility in the user’s browser, see this reply and my later one(s) — some interesting observations and techniques discussed there:

1 Like