Error: ``` InvalidArgument: [POST .../element / {"using":"class name","value":"some-class"}] Unable to determine element locating strategy for class name ``` The `usesWebDriverLocators` fallback isn't working as the error message does not contain "id". https://github.com/theintern/leadfoot/blob/master/src/Session.ts#L1270 Workaround: Enable `usesWebDriverLocators` in capabilities or environment.