Fork me on GitHub
#etaoin
<
2020-10-28
>
rgm21:10:06

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?

rgm22:10:29

Is this what etaoin.api/get-window-handles is for?