Skip to content

Commit 511a2d1

Browse files
print response data
1 parent 84945f5 commit 511a2d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/testhub/utils.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ exports.isAccessibilityEnabled = (user_config = null) => {
9090
// Equivalent to C# SDK IsAccessibilityInResponse function
9191
// Checks if server auto-enabled accessibility in the response
9292
exports.isAccessibilityInResponse = (responseData) => {
93+
logToServer('[A11Y-LOG] Checking isAccessibilityInResponse with data: ' + JSON.stringify(responseData));
94+
9395
logToServer('[A11Y-LOG] Checking isAccessibilityInResponse with data: ' + JSON.stringify(responseData?.accessibility || 'No accessibility in response', null, 2));
9496

9597
if (responseData && responseData.accessibility) {

0 commit comments

Comments
 (0)