refactor(automation): remove browser automation, use OS-level automation only
This commit is contained in:
@@ -94,7 +94,11 @@ export class PermissionService {
|
||||
platform,
|
||||
};
|
||||
|
||||
this.logger.debug('Permission status retrieved', this.cachedStatus);
|
||||
this.logger.debug('Permission status retrieved', {
|
||||
accessibility: this.cachedStatus.accessibility,
|
||||
screenRecording: this.cachedStatus.screenRecording,
|
||||
platform: this.cachedStatus.platform,
|
||||
});
|
||||
|
||||
return this.cachedStatus;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user