Home | History | Annotate | Download | only in actions

Lines Matching refs:play

7 from telemetry.internal.actions import play
23 """Tests that with no selector Play action plays first video element."""
24 action = play.PlayAction(playing_event_timeout_in_seconds=5)
36 """Tests that Play action plays video element matching selector."""
37 action = play.PlayAction(selector='#video_1',
50 """Tests that Play action plays all video elements with selector='all'."""
51 action = play.PlayAction(selector='all',
65 """Tests that wait_for_playing timeouts if video does not play."""
66 action = play.PlayAction(selector='#video_1',
76 action = play.PlayAction(selector='#video_1',
89 action = play.PlayAction(selector='#video_1',
102 action = play.PlayAction(selector='#video_1',