I am looking to hack the netflix video player to jump to specific points using javascript. There doesn’t seem to be any api that is accessible via javascript.
I was wondering if it was possible to simulate mouse clicks at x & y positions using javascript that would enable me to click on elements in the silverlight app. If I know video scrubber is at a specific position, can I simulate a click at that position?
You can simulate a click on a page element. But not a specific location. If you wrote the silverlight application, then you can make it able to interact with JavaScript on the page. If you didn’t write it then you’re stuck.