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
Currently our target selectors are a mixed type. It can be one of:
string
array of strings
both
This works fine in loosely typed languages, but in strictly type languages like Java and C# that doesn't work. We should change the selectors so it is a consistent type.