0 Replies Latest reply on Feb 19, 2017 5:39 AM by fibrefox

    Using Recorder with remote selenium grid

    fibrefox

      Hi there,

       

      I'm tinkering with the arquillian-graphene-recorder right now and wanted to record my stuff, but can't record videos like I thought it would work.

       

      This is my current setup:

      * some setup selenium grid having two nodes for browsers

      * arquillian.xml is configured to connect to the hub (webdriver)

      * i have added arquillian-desktop-video-recorder to my pom-dependencies

      * creating screenshots does work

       

      When running the tests, my DEVELOPER-system gets recorded, but not the system where the tests are executed.

       

      Is it a limitation of webdriver not being able to record, or is it just me thinking wrong about this?

       

      How are you video-recording your remote-systems?