You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good day. I am trying to setup selenium (javascript) to access storybook. But it's run in nested IFRame. Seems like I can't get to tested DOM in IFRame, cause selenium has no way to wait for it.
So when I try to access them I see StaleElementReferenceError: stale element reference: element is not attached to the page document. Did anyone try? Webdriver is Chrome. I use Mocha for test suites.
yes. This works. However, I will have to go to other URL\page each time I need to switch to another story. Is it slower than if I had it embedded in IFRame?
@blackswanny i've actually experienced it's much quicker than navigating via storybook's UI to the stories. I would give it a shot and see how it works for you
Good day. I am trying to setup selenium (javascript) to access storybook. But it's run in nested IFRame. Seems like I can't get to tested DOM in IFRame, cause selenium has no way to wait for it.
So when I try to access them I see
StaleElementReferenceError: stale element reference: element is not attached to the page document
. Did anyone try? Webdriver is Chrome. I use Mocha for test suites.The text was updated successfully, but these errors were encountered: