Hi Stephanie,
With the verbose option I get the following log:
INFO Response 200 POST /wd/hub/session/f56006f4-c265-4985-a464-7a991e3567bb/element{ sessionId: 'f56006f4-c265-4985-a464-7a991e3567bb',
status: 0,
state: 'success',
value: { ELEMENT: '1' },
class: 'org.openqa.selenium.remote.Response',
hCode: 1664054172 }
INFO Request: POST /wd/hub/session/f56006f4-c265-4985-a464-7a991e3567bb/element/1/click
- data:
- headers: {"Content-Length":0}
INFO Response 200 POST /wd/hub/session/f56006f4-c265-4985-a464-7a991e3567bb/element/1/click{ sessionId: 'f56006f4-c265-4985-a464-7a991e3567bb',
status: 0,
state: 'success',
value: null,
class: 'org.openqa.selenium.remote.Response',
hCode: 705072408 }
LOG → Completed command click (303 ms)
LOG → Completed command useCss (0 ms)
LOG → Completed command useCss (0 ms)
Also this issue only seems to be there for Firefox, for Chrome it works fine. The log output for click requests for the failing and non-failing tests seem to be the same.
Thanks,
Rachna