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
how do I transfer document html/elements html to use inside nodejs?
(ie from browser/selenium to nodejs variables).
i've tried using browser.storeHtmlSource(x).end()
but if x is not defined in nodejs it throws an exception.
and if x is defined, it's value isn't changed.
The text was updated successfully, but these errors were encountered:
how do I transfer document html/elements html to use inside nodejs?
(ie from browser/selenium to nodejs variables).
i've tried using browser.storeHtmlSource(x).end()
but if x is not defined in nodejs it throws an exception.
and if x is defined, it's value isn't changed.
The text was updated successfully, but these errors were encountered: