You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am not sure if this is BackstopJS issue or Chromy issue, I tried to use chromy.send() (for example chromy.send('CSS.disable') ) to call DevTools protocol directly, but I always get this error :
COMMAND | Error: 'send' is not defined on a target object.
Did anyone tried to use the .send()? Did it worked?
Thanks
/V
The text was updated successfully, but these errors were encountered:
@VladimirPittner I am pretty sure this is a chromy question. Please try asking there. But please post back here if it turns out to be a backstop issue.
Hi,
I am not sure if this is BackstopJS issue or Chromy issue, I tried to use chromy.send() (for example
chromy.send('CSS.disable')
) to call DevTools protocol directly, but I always get this error :COMMAND | Error: 'send' is not defined on a target object.
Did anyone tried to use the .send()? Did it worked?
Thanks
/V
The text was updated successfully, but these errors were encountered: