I have an etaoin test I’m trying to write and there’s a click that opens a target="_blank"
link into a new tab. All my tries at (etaoin.api/query-all driver {,,,})
after that click-open seem to still be happening in the context of the original tab. Is there a way to shift my driver’s context to be looking at this other tab?
Is this what etaoin.api/get-window-handles
is for?