I would like to be able to scroll inside a javascript window that pops out. Just to make it clear, it's not a pop-up window, so it's inside the same tab.
Als, I would like to move the mouse inside of that window and I think this is what I should use: Emulator.MouseMove("Window", x, y, false)...