This is the flow:
top.startTour("123", 0) is the command
I am writing an automation test case wherein i need to pass a specific command on chrome dev console to activate a plugin required for my test case. I am using testcafe framework for my tests.
there is an interface in java JavaScriptExecutor which is supported via selenium. I am trying to see if there is anything specific for testcafe which i could use
Have you tried inject scripts into head tag
this might help