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
I just watched Dr. Nics talk on Blue Ridge. He said what was missing was a way to clone the DOM before each test. Couldn't you just use the Javascript DOM method: Node.cloneNode(true) to clone the node and all its children?
I just watched Dr. Nics talk on Blue Ridge. He said what was missing was a way to clone the DOM before each test. Couldn't you just use the Javascript DOM method: Node.cloneNode(true) to clone the node and all its children?