add_web_video_player method

add_web_video_player

Add a web video player into exel.

def add_web_video_player(self, url, auto_play, start_time, end_time):
    ...
ParameterTypeDescription
urlstr
auto_playboolIndicates whether auto playing the video.
start_timeintThe start time in unit of seconds.
end_timeintThe end time in unit of seconds.

See Also