Closed
Description
I use raw_xhr_sb.py sample to listen xhr logs but in specific scenario a new window pop-up comes in and i need to listen xhr logs of new window (pop-up)
Pop-up window occurs when search button is clicked in related website. Any instantly start xhr request background
i can switch pop-up window using sb.switch_to_newest_window()
method but can't listen it. I wonder is it possible?