How to record video testing on Facebook WebDriver using PHP? In the end, you still have to convert to gif, but first I want to know how to record video?

    1 answer 1

    Start with the fact that in the regular delivery of Selenium there is no video recording function. But you can add it separately: selenium-video-node .

    With this module after each test, you can download a video link like this:

    http://<Hub URL>:4444/grid/admin/HubVideoDownloadServlet/?sessionId=<Driver Session ID> 
    • This is Java, necessary for php. But thanks. I decided to record using an external application by starting and stopping it through a script - Loligan
    • Selenium itself is written in Java ... - sanmai