I am using C# to run browser test on Real device. Getting the following JavaScript error: `Argument to isShown must be type Element`. What can I do?

I am using C# and running browser test on a real device and getting the following JavaScript error: Argument to isShown must be of type Element. What must I do?

Hello Anna!

Use capabilities w3c:"true" and that would solve the issue.

1 Like