- Регистрация
- 21.08.2013
- Сообщения
- 249
- Благодарностей
- 12
- Баллы
- 18
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); but I don't really know where can I find the window name.
Using conventional mousemove and scroll will not affect the actual window so I need to get inside that, somehow
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); but I don't really know where can I find the window name.
Using conventional mousemove and scroll will not affect the actual window so I need to get inside that, somehow