I'm looking to seek the Netflix player manually (from the console).
I get the player : netflix.cadmium.objects.videoPlayer()
, and I know there is a .seek()
method on it but I don't know how to use it.
What I've tried
netflix.cadmium.objects.videoPlayer().seek(60)
netflix.cadmium.objects.videoPlayer().seek("60")
& nothing happens...