my next problem, the url calls to the link of activating a local video player that runs above the application app in the tab of the browser.
How can I simulate this player? to test if I can close it within construct on any click?
my code is as followed:
On any Click
col = 1
trigger once> AJAX> Request "http://127.0.0.1/send-to-local.php?command=play0&filenaam=video1.mp4" (tag "video1")
and this with col2 to col9 because it's a slideshow and on click it triggers the video in that video player that is linked through the requested link.
So once again, my problem is. how can I simulate a player on my own computer for testing? linked to this url.