tatut / clj-chrome-devtools

Clojure API for controlling a Chrome DevTools remote
MIT License
130 stars 21 forks source link

Fixes #14 by not caching root-node id #15

Closed stathissideris closed 5 years ago

stathissideris commented 5 years ago

This may not be the best solution, but it worked for me! Not sure why the root node id kept changing, it may be connected to the fact that I'm trying to test a react app? I tried removing the root atom completely, but then realized that the wait in the to function was using it.

tatut commented 5 years ago

Thanks