You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to open a video page in a new tab without activate it. And my script will be activated in that page to implement two features:
1 Simulate mouse event to bypass the captcha(slide a square).
2 Make the video play
Now I encounter two problems:
1 The simulation does not work unless I switch to the tab.
2 The video does not play even I use
video.mute=true;video.play()
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions