donobu 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/apis/AgentsApi.d.ts +12 -0
- package/dist/apis/AgentsApi.js +36 -0
- package/dist/apis/AgentsApi.js.map +1 -0
- package/dist/apis/AskAiApi.d.ts +17 -0
- package/dist/apis/AskAiApi.js +58 -0
- package/dist/apis/AskAiApi.js.map +1 -0
- package/dist/apis/DefaultApiAuthApi.d.ts +17 -0
- package/dist/apis/DefaultApiAuthApi.js +33 -0
- package/dist/apis/DefaultApiAuthApi.js.map +1 -0
- package/dist/apis/FlowsApi.d.ts +40 -0
- package/dist/apis/FlowsApi.js +129 -0
- package/dist/apis/FlowsApi.js.map +1 -0
- package/dist/apis/FlowsFilesApi.d.ts +8 -0
- package/dist/apis/FlowsFilesApi.js +87 -0
- package/dist/apis/FlowsFilesApi.js.map +1 -0
- package/dist/apis/FlowsToolCallsApi.d.ts +18 -0
- package/dist/apis/FlowsToolCallsApi.js +43 -0
- package/dist/apis/FlowsToolCallsApi.js.map +1 -0
- package/dist/apis/GptConfigsApi.d.ts +22 -0
- package/dist/apis/GptConfigsApi.js +77 -0
- package/dist/apis/GptConfigsApi.js.map +1 -0
- package/dist/apis/GptResourcesApi.d.ts +20 -0
- package/dist/apis/GptResourcesApi.js +53 -0
- package/dist/apis/GptResourcesApi.js.map +1 -0
- package/dist/apis/KeysApi.d.ts +25 -0
- package/dist/apis/KeysApi.js +64 -0
- package/dist/apis/KeysApi.js.map +1 -0
- package/dist/apis/PingApi.d.ts +13 -0
- package/dist/apis/PingApi.js +19 -0
- package/dist/apis/PingApi.js.map +1 -0
- package/dist/apis/SpecialFlowsApi.d.ts +17 -0
- package/dist/apis/SpecialFlowsApi.js +430 -0
- package/dist/apis/SpecialFlowsApi.js.map +1 -0
- package/dist/apis/ToolsApi.d.ts +20 -0
- package/dist/apis/ToolsApi.js +26 -0
- package/dist/apis/ToolsApi.js.map +1 -0
- package/dist/apis/VersionApi.d.ts +13 -0
- package/dist/apis/VersionApi.js +20 -0
- package/dist/apis/VersionApi.js.map +1 -0
- package/dist/assets/Donobu.entitlements.plist +28 -0
- package/dist/assets/axe.js +47397 -0
- package/dist/assets/clickable-elements-tracker.js +62 -0
- package/dist/assets/control-panel.js +447 -0
- package/dist/assets/devices.json +1403 -0
- package/dist/assets/dialog-prompt-tracker.js +20 -0
- package/dist/assets/generated/parameter-schemas.json +1518 -0
- package/dist/assets/generated/version +1 -0
- package/dist/assets/icon.png +0 -0
- package/dist/assets/page-interactions-tracker.js +222 -0
- package/dist/assets/smart-selector-generator.js +268 -0
- package/dist/assets/zaru-eyes.html +141 -0
- package/dist/bindings/FocusPage.d.ts +17 -0
- package/dist/bindings/FocusPage.js +27 -0
- package/dist/bindings/FocusPage.js.map +1 -0
- package/dist/bindings/NamedBindingCallback.d.ts +23 -0
- package/dist/bindings/NamedBindingCallback.js +3 -0
- package/dist/bindings/NamedBindingCallback.js.map +1 -0
- package/dist/bindings/PageInteractionTracker.d.ts +28 -0
- package/dist/bindings/PageInteractionTracker.js +102 -0
- package/dist/bindings/PageInteractionTracker.js.map +1 -0
- package/dist/clients/AnthropicAwsBedrockGptClient.d.ts +36 -0
- package/dist/clients/AnthropicAwsBedrockGptClient.js +357 -0
- package/dist/clients/AnthropicAwsBedrockGptClient.js.map +1 -0
- package/dist/clients/AnthropicGptClient.d.ts +36 -0
- package/dist/clients/AnthropicGptClient.js +309 -0
- package/dist/clients/AnthropicGptClient.js.map +1 -0
- package/dist/clients/GoogleGptClient.d.ts +49 -0
- package/dist/clients/GoogleGptClient.js +380 -0
- package/dist/clients/GoogleGptClient.js.map +1 -0
- package/dist/clients/GoogleGptClient2.d.ts +18 -0
- package/dist/clients/GoogleGptClient2.js +237 -0
- package/dist/clients/GoogleGptClient2.js.map +1 -0
- package/dist/clients/GptClient.d.ts +36 -0
- package/dist/clients/GptClient.js +12 -0
- package/dist/clients/GptClient.js.map +1 -0
- package/dist/clients/GptClientFactory.d.ts +5 -0
- package/dist/clients/GptClientFactory.js +39 -0
- package/dist/clients/GptClientFactory.js.map +1 -0
- package/dist/clients/OpenAiGptClient.d.ts +35 -0
- package/dist/clients/OpenAiGptClient.js +269 -0
- package/dist/clients/OpenAiGptClient.js.map +1 -0
- package/dist/clients/SupabaseClient.d.ts +16 -0
- package/dist/clients/SupabaseClient.js +200 -0
- package/dist/clients/SupabaseClient.js.map +1 -0
- package/dist/donobu.fixtures.d.ts +57 -0
- package/dist/donobu.fixtures.js +167 -0
- package/dist/donobu.fixtures.js.map +1 -0
- package/dist/esm/apis/AgentsApi.d.ts +12 -0
- package/dist/esm/apis/AgentsApi.js +36 -0
- package/dist/esm/apis/AgentsApi.js.map +1 -0
- package/dist/esm/apis/AskAiApi.d.ts +17 -0
- package/dist/esm/apis/AskAiApi.js +58 -0
- package/dist/esm/apis/AskAiApi.js.map +1 -0
- package/dist/esm/apis/DefaultApiAuthApi.d.ts +17 -0
- package/dist/esm/apis/DefaultApiAuthApi.js +33 -0
- package/dist/esm/apis/DefaultApiAuthApi.js.map +1 -0
- package/dist/esm/apis/FlowsApi.d.ts +40 -0
- package/dist/esm/apis/FlowsApi.js +129 -0
- package/dist/esm/apis/FlowsApi.js.map +1 -0
- package/dist/esm/apis/FlowsFilesApi.d.ts +8 -0
- package/dist/esm/apis/FlowsFilesApi.js +87 -0
- package/dist/esm/apis/FlowsFilesApi.js.map +1 -0
- package/dist/esm/apis/FlowsToolCallsApi.d.ts +18 -0
- package/dist/esm/apis/FlowsToolCallsApi.js +43 -0
- package/dist/esm/apis/FlowsToolCallsApi.js.map +1 -0
- package/dist/esm/apis/GptConfigsApi.d.ts +22 -0
- package/dist/esm/apis/GptConfigsApi.js +77 -0
- package/dist/esm/apis/GptConfigsApi.js.map +1 -0
- package/dist/esm/apis/GptResourcesApi.d.ts +20 -0
- package/dist/esm/apis/GptResourcesApi.js +53 -0
- package/dist/esm/apis/GptResourcesApi.js.map +1 -0
- package/dist/esm/apis/KeysApi.d.ts +25 -0
- package/dist/esm/apis/KeysApi.js +64 -0
- package/dist/esm/apis/KeysApi.js.map +1 -0
- package/dist/esm/apis/PingApi.d.ts +13 -0
- package/dist/esm/apis/PingApi.js +19 -0
- package/dist/esm/apis/PingApi.js.map +1 -0
- package/dist/esm/apis/SpecialFlowsApi.d.ts +17 -0
- package/dist/esm/apis/SpecialFlowsApi.js +430 -0
- package/dist/esm/apis/SpecialFlowsApi.js.map +1 -0
- package/dist/esm/apis/ToolsApi.d.ts +20 -0
- package/dist/esm/apis/ToolsApi.js +26 -0
- package/dist/esm/apis/ToolsApi.js.map +1 -0
- package/dist/esm/apis/VersionApi.d.ts +13 -0
- package/dist/esm/apis/VersionApi.js +20 -0
- package/dist/esm/apis/VersionApi.js.map +1 -0
- package/dist/esm/assets/Donobu.entitlements.plist +28 -0
- package/dist/esm/assets/axe.js +47397 -0
- package/dist/esm/assets/clickable-elements-tracker.js +62 -0
- package/dist/esm/assets/control-panel.js +447 -0
- package/dist/esm/assets/devices.json +1403 -0
- package/dist/esm/assets/dialog-prompt-tracker.js +20 -0
- package/dist/esm/assets/generated/parameter-schemas.json +1518 -0
- package/dist/esm/assets/generated/version +1 -0
- package/dist/esm/assets/icon.png +0 -0
- package/dist/esm/assets/page-interactions-tracker.js +222 -0
- package/dist/esm/assets/smart-selector-generator.js +268 -0
- package/dist/esm/assets/zaru-eyes.html +141 -0
- package/dist/esm/bindings/FocusPage.d.ts +17 -0
- package/dist/esm/bindings/FocusPage.js +27 -0
- package/dist/esm/bindings/FocusPage.js.map +1 -0
- package/dist/esm/bindings/NamedBindingCallback.d.ts +23 -0
- package/dist/esm/bindings/NamedBindingCallback.js +3 -0
- package/dist/esm/bindings/NamedBindingCallback.js.map +1 -0
- package/dist/esm/bindings/PageInteractionTracker.d.ts +28 -0
- package/dist/esm/bindings/PageInteractionTracker.js +102 -0
- package/dist/esm/bindings/PageInteractionTracker.js.map +1 -0
- package/dist/esm/clients/AnthropicAwsBedrockGptClient.d.ts +36 -0
- package/dist/esm/clients/AnthropicAwsBedrockGptClient.js +357 -0
- package/dist/esm/clients/AnthropicAwsBedrockGptClient.js.map +1 -0
- package/dist/esm/clients/AnthropicGptClient.d.ts +36 -0
- package/dist/esm/clients/AnthropicGptClient.js +309 -0
- package/dist/esm/clients/AnthropicGptClient.js.map +1 -0
- package/dist/esm/clients/GoogleGptClient.d.ts +49 -0
- package/dist/esm/clients/GoogleGptClient.js +380 -0
- package/dist/esm/clients/GoogleGptClient.js.map +1 -0
- package/dist/esm/clients/GptClient.d.ts +36 -0
- package/dist/esm/clients/GptClient.js +12 -0
- package/dist/esm/clients/GptClient.js.map +1 -0
- package/dist/esm/clients/GptClientFactory.d.ts +5 -0
- package/dist/esm/clients/GptClientFactory.js +39 -0
- package/dist/esm/clients/GptClientFactory.js.map +1 -0
- package/dist/esm/clients/OpenAiGptClient.d.ts +35 -0
- package/dist/esm/clients/OpenAiGptClient.js +269 -0
- package/dist/esm/clients/OpenAiGptClient.js.map +1 -0
- package/dist/esm/clients/SupabaseClient.d.ts +16 -0
- package/dist/esm/clients/SupabaseClient.js +200 -0
- package/dist/esm/clients/SupabaseClient.js.map +1 -0
- package/dist/esm/donobu.fixtures.d.ts +57 -0
- package/dist/esm/donobu.fixtures.js +167 -0
- package/dist/esm/donobu.fixtures.js.map +1 -0
- package/dist/esm/exceptions/ActiveFlowNotFoundException.d.ts +10 -0
- package/dist/esm/exceptions/ActiveFlowNotFoundException.js +19 -0
- package/dist/esm/exceptions/ActiveFlowNotFoundException.js.map +1 -0
- package/dist/esm/exceptions/ApiKeyNotSetUpException.d.ts +14 -0
- package/dist/esm/exceptions/ApiKeyNotSetUpException.js +21 -0
- package/dist/esm/exceptions/ApiKeyNotSetUpException.js.map +1 -0
- package/dist/esm/exceptions/BrowserStateNotFoundException.d.ts +8 -0
- package/dist/esm/exceptions/BrowserStateNotFoundException.js +15 -0
- package/dist/esm/exceptions/BrowserStateNotFoundException.js.map +1 -0
- package/dist/esm/exceptions/CannotDeleteRunningFlowException.d.ts +9 -0
- package/dist/esm/exceptions/CannotDeleteRunningFlowException.js +18 -0
- package/dist/esm/exceptions/CannotDeleteRunningFlowException.js.map +1 -0
- package/dist/esm/exceptions/DonobuException.d.ts +12 -0
- package/dist/esm/exceptions/DonobuException.js +39 -0
- package/dist/esm/exceptions/DonobuException.js.map +1 -0
- package/dist/esm/exceptions/FlowNotFoundException.d.ts +6 -0
- package/dist/esm/exceptions/FlowNotFoundException.js +17 -0
- package/dist/esm/exceptions/FlowNotFoundException.js.map +1 -0
- package/dist/esm/exceptions/GptApiKeysNotSetupException.d.ts +4 -0
- package/dist/esm/exceptions/GptApiKeysNotSetupException.js +11 -0
- package/dist/esm/exceptions/GptApiKeysNotSetupException.js.map +1 -0
- package/dist/esm/exceptions/GptConfigNotFoundException.d.ts +8 -0
- package/dist/esm/exceptions/GptConfigNotFoundException.js +16 -0
- package/dist/esm/exceptions/GptConfigNotFoundException.js.map +1 -0
- package/dist/esm/exceptions/GptModelNotFoundException.d.ts +9 -0
- package/dist/esm/exceptions/GptModelNotFoundException.js +18 -0
- package/dist/esm/exceptions/GptModelNotFoundException.js.map +1 -0
- package/dist/esm/exceptions/GptPlatformAuthenticationFailedException.d.ts +6 -0
- package/dist/esm/exceptions/GptPlatformAuthenticationFailedException.js +14 -0
- package/dist/esm/exceptions/GptPlatformAuthenticationFailedException.js.map +1 -0
- package/dist/esm/exceptions/GptPlatformInsufficientQuotaException.d.ts +5 -0
- package/dist/esm/exceptions/GptPlatformInsufficientQuotaException.js +13 -0
- package/dist/esm/exceptions/GptPlatformInsufficientQuotaException.js.map +1 -0
- package/dist/esm/exceptions/GptPlatformInternalErrorException.d.ts +5 -0
- package/dist/esm/exceptions/GptPlatformInternalErrorException.js +12 -0
- package/dist/esm/exceptions/GptPlatformInternalErrorException.js.map +1 -0
- package/dist/esm/exceptions/GptPlatformNotReachableException.d.ts +5 -0
- package/dist/esm/exceptions/GptPlatformNotReachableException.js +13 -0
- package/dist/esm/exceptions/GptPlatformNotReachableException.js.map +1 -0
- package/dist/esm/exceptions/GptPlatformRateLimitedException.d.ts +5 -0
- package/dist/esm/exceptions/GptPlatformRateLimitedException.js +13 -0
- package/dist/esm/exceptions/GptPlatformRateLimitedException.js.map +1 -0
- package/dist/esm/exceptions/GptResourceNotFoundException.d.ts +8 -0
- package/dist/esm/exceptions/GptResourceNotFoundException.js +16 -0
- package/dist/esm/exceptions/GptResourceNotFoundException.js.map +1 -0
- package/dist/esm/exceptions/InvalidParamValueException.d.ts +13 -0
- package/dist/esm/exceptions/InvalidParamValueException.js +25 -0
- package/dist/esm/exceptions/InvalidParamValueException.js.map +1 -0
- package/dist/esm/exceptions/NoApiAccessTokenPresentException.d.ts +8 -0
- package/dist/esm/exceptions/NoApiAccessTokenPresentException.js +15 -0
- package/dist/esm/exceptions/NoApiAccessTokenPresentException.js.map +1 -0
- package/dist/esm/exceptions/PageClosedException.d.ts +6 -0
- package/dist/esm/exceptions/PageClosedException.js +13 -0
- package/dist/esm/exceptions/PageClosedException.js.map +1 -0
- package/dist/esm/exceptions/TooManyRequestsException.d.ts +5 -0
- package/dist/esm/exceptions/TooManyRequestsException.js +13 -0
- package/dist/esm/exceptions/TooManyRequestsException.js.map +1 -0
- package/dist/esm/exceptions/ToolCallNotFoundException.d.ts +6 -0
- package/dist/esm/exceptions/ToolCallNotFoundException.js +14 -0
- package/dist/esm/exceptions/ToolCallNotFoundException.js.map +1 -0
- package/dist/esm/exceptions/ToolRequiresGptException.d.ts +5 -0
- package/dist/esm/exceptions/ToolRequiresGptException.js +13 -0
- package/dist/esm/exceptions/ToolRequiresGptException.js.map +1 -0
- package/dist/esm/exceptions/UnknownToolException.d.ts +5 -0
- package/dist/esm/exceptions/UnknownToolException.js +13 -0
- package/dist/esm/exceptions/UnknownToolException.js.map +1 -0
- package/dist/esm/exceptions/UnparseableJsonBodyException.d.ts +4 -0
- package/dist/esm/exceptions/UnparseableJsonBodyException.js +12 -0
- package/dist/esm/exceptions/UnparseableJsonBodyException.js.map +1 -0
- package/dist/esm/main.d.ts +21 -0
- package/dist/esm/main.js +143 -0
- package/dist/esm/main.js.map +1 -0
- package/dist/esm/managers/AdminApiController.d.ts +32 -0
- package/dist/esm/managers/AdminApiController.js +251 -0
- package/dist/esm/managers/AdminApiController.js.map +1 -0
- package/dist/esm/managers/AgentsManager.d.ts +28 -0
- package/dist/esm/managers/AgentsManager.js +75 -0
- package/dist/esm/managers/AgentsManager.js.map +1 -0
- package/dist/esm/managers/DonobuFlow.d.ts +115 -0
- package/dist/esm/managers/DonobuFlow.js +1070 -0
- package/dist/esm/managers/DonobuFlow.js.map +1 -0
- package/dist/esm/managers/DonobuFlowsManager.d.ts +130 -0
- package/dist/esm/managers/DonobuFlowsManager.js +830 -0
- package/dist/esm/managers/DonobuFlowsManager.js.map +1 -0
- package/dist/esm/managers/FlowsPersistence.d.ts +79 -0
- package/dist/esm/managers/FlowsPersistence.js +3 -0
- package/dist/esm/managers/FlowsPersistence.js.map +1 -0
- package/dist/esm/managers/FlowsPersistenceAwsS3.d.ts +48 -0
- package/dist/esm/managers/FlowsPersistenceAwsS3.js +284 -0
- package/dist/esm/managers/FlowsPersistenceAwsS3.js.map +1 -0
- package/dist/esm/managers/FlowsPersistenceFactory.d.ts +9 -0
- package/dist/esm/managers/FlowsPersistenceFactory.js +3 -0
- package/dist/esm/managers/FlowsPersistenceFactory.js.map +1 -0
- package/dist/esm/managers/FlowsPersistenceFactoryImpl.d.ts +57 -0
- package/dist/esm/managers/FlowsPersistenceFactoryImpl.js +119 -0
- package/dist/esm/managers/FlowsPersistenceFactoryImpl.js.map +1 -0
- package/dist/esm/managers/FlowsPersistenceFactoryPreset.d.ts +12 -0
- package/dist/esm/managers/FlowsPersistenceFactoryPreset.js +25 -0
- package/dist/esm/managers/FlowsPersistenceFactoryPreset.js.map +1 -0
- package/dist/esm/managers/FlowsPersistenceFilesystem.d.ts +33 -0
- package/dist/esm/managers/FlowsPersistenceFilesystem.js +180 -0
- package/dist/esm/managers/FlowsPersistenceFilesystem.js.map +1 -0
- package/dist/esm/managers/FlowsPersistenceGoogleCloudStorage.d.ts +40 -0
- package/dist/esm/managers/FlowsPersistenceGoogleCloudStorage.js +209 -0
- package/dist/esm/managers/FlowsPersistenceGoogleCloudStorage.js.map +1 -0
- package/dist/esm/managers/FlowsPersistenceSupabase.d.ts +33 -0
- package/dist/esm/managers/FlowsPersistenceSupabase.js +152 -0
- package/dist/esm/managers/FlowsPersistenceSupabase.js.map +1 -0
- package/dist/esm/managers/FlowsPersistenceVolatile.d.ts +30 -0
- package/dist/esm/managers/FlowsPersistenceVolatile.js +103 -0
- package/dist/esm/managers/FlowsPersistenceVolatile.js.map +1 -0
- package/dist/esm/managers/GptConfigsManager.d.ts +38 -0
- package/dist/esm/managers/GptConfigsManager.js +159 -0
- package/dist/esm/managers/GptConfigsManager.js.map +1 -0
- package/dist/esm/managers/GptPlatformApiKeysManager.d.ts +36 -0
- package/dist/esm/managers/GptPlatformApiKeysManager.js +3 -0
- package/dist/esm/managers/GptPlatformApiKeysManager.js.map +1 -0
- package/dist/esm/managers/GptPlatformApiKeysManagerFilesystem.d.ts +29 -0
- package/dist/esm/managers/GptPlatformApiKeysManagerFilesystem.js +136 -0
- package/dist/esm/managers/GptPlatformApiKeysManagerFilesystem.js.map +1 -0
- package/dist/esm/managers/GptPlatformApiKeysManagerVolatile.d.ts +35 -0
- package/dist/esm/managers/GptPlatformApiKeysManagerVolatile.js +51 -0
- package/dist/esm/managers/GptPlatformApiKeysManagerVolatile.js.map +1 -0
- package/dist/esm/managers/GptResourcesManager.d.ts +39 -0
- package/dist/esm/managers/GptResourcesManager.js +130 -0
- package/dist/esm/managers/GptResourcesManager.js.map +1 -0
- package/dist/esm/managers/RequestContextHolder.d.ts +24 -0
- package/dist/esm/managers/RequestContextHolder.js +43 -0
- package/dist/esm/managers/RequestContextHolder.js.map +1 -0
- package/dist/esm/managers/SelectorGenerator.d.ts +8 -0
- package/dist/esm/managers/SelectorGenerator.js +15 -0
- package/dist/esm/managers/SelectorGenerator.js.map +1 -0
- package/dist/esm/managers/ToolManager.d.ts +21 -0
- package/dist/esm/managers/ToolManager.js +264 -0
- package/dist/esm/managers/ToolManager.js.map +1 -0
- package/dist/esm/managers/ToolTipper.d.ts +35 -0
- package/dist/esm/managers/ToolTipper.js +201 -0
- package/dist/esm/managers/ToolTipper.js.map +1 -0
- package/dist/esm/models/AskAiRequest.d.ts +14 -0
- package/dist/esm/models/AskAiRequest.js +3 -0
- package/dist/esm/models/AskAiRequest.js.map +1 -0
- package/dist/esm/models/BaseToolGptParameters.d.ts +9 -0
- package/dist/esm/models/BaseToolGptParameters.js +3 -0
- package/dist/esm/models/BaseToolGptParameters.js.map +1 -0
- package/dist/esm/models/BrowserDevice.d.ts +18 -0
- package/dist/esm/models/BrowserDevice.js +3 -0
- package/dist/esm/models/BrowserDevice.js.map +1 -0
- package/dist/esm/models/BrowserFramework.d.ts +36 -0
- package/dist/esm/models/BrowserFramework.js +164 -0
- package/dist/esm/models/BrowserFramework.js.map +1 -0
- package/dist/esm/models/BrowserState.d.ts +25 -0
- package/dist/esm/models/BrowserState.js +3 -0
- package/dist/esm/models/BrowserState.js.map +1 -0
- package/dist/esm/models/BrowserStateFlowReference.d.ts +10 -0
- package/dist/esm/models/BrowserStateFlowReference.js +3 -0
- package/dist/esm/models/BrowserStateFlowReference.js.map +1 -0
- package/dist/esm/models/CreateDonobuFlow.d.ts +88 -0
- package/dist/esm/models/CreateDonobuFlow.js +3 -0
- package/dist/esm/models/CreateDonobuFlow.js.map +1 -0
- package/dist/esm/models/CreateGoogleSteetviewExtractionFlow.d.ts +21 -0
- package/dist/esm/models/CreateGoogleSteetviewExtractionFlow.js +3 -0
- package/dist/esm/models/CreateGoogleSteetviewExtractionFlow.js.map +1 -0
- package/dist/esm/models/CustomTool.d.ts +9 -0
- package/dist/esm/models/CustomTool.js +3 -0
- package/dist/esm/models/CustomTool.js.map +1 -0
- package/dist/esm/models/DonobuAgentType.d.ts +2 -0
- package/dist/esm/models/DonobuAgentType.js +5 -0
- package/dist/esm/models/DonobuAgentType.js.map +1 -0
- package/dist/esm/models/DonobuDeploymentEnvironment.d.ts +5 -0
- package/dist/esm/models/DonobuDeploymentEnvironment.js +10 -0
- package/dist/esm/models/DonobuDeploymentEnvironment.js.map +1 -0
- package/dist/esm/models/DonobuErrorResponse.d.ts +13 -0
- package/dist/esm/models/DonobuErrorResponse.js +3 -0
- package/dist/esm/models/DonobuErrorResponse.js.map +1 -0
- package/dist/esm/models/ElementSelector.d.ts +14 -0
- package/dist/esm/models/ElementSelector.js +3 -0
- package/dist/esm/models/ElementSelector.js.map +1 -0
- package/dist/esm/models/ElementSelectorForReplay.d.ts +14 -0
- package/dist/esm/models/ElementSelectorForReplay.js +3 -0
- package/dist/esm/models/ElementSelectorForReplay.js.map +1 -0
- package/dist/esm/models/FlowMetadata.d.ts +123 -0
- package/dist/esm/models/FlowMetadata.js +50 -0
- package/dist/esm/models/FlowMetadata.js.map +1 -0
- package/dist/esm/models/FlowsQuery.d.ts +11 -0
- package/dist/esm/models/FlowsQuery.js +3 -0
- package/dist/esm/models/FlowsQuery.js.map +1 -0
- package/dist/esm/models/FocusedPage.d.ts +4 -0
- package/dist/esm/models/FocusedPage.js +3 -0
- package/dist/esm/models/FocusedPage.js.map +1 -0
- package/dist/esm/models/GptConfig.d.ts +38 -0
- package/dist/esm/models/GptConfig.js +3 -0
- package/dist/esm/models/GptConfig.js.map +1 -0
- package/dist/esm/models/GptMessage.d.ts +43 -0
- package/dist/esm/models/GptMessage.js +3 -0
- package/dist/esm/models/GptMessage.js.map +1 -0
- package/dist/esm/models/GptResource.d.ts +33 -0
- package/dist/esm/models/GptResource.js +3 -0
- package/dist/esm/models/GptResource.js.map +1 -0
- package/dist/esm/models/InteractableElement.d.ts +13 -0
- package/dist/esm/models/InteractableElement.js +3 -0
- package/dist/esm/models/InteractableElement.js.map +1 -0
- package/dist/esm/models/ProposedToolCall.d.ts +19 -0
- package/dist/esm/models/ProposedToolCall.js +3 -0
- package/dist/esm/models/ProposedToolCall.js.map +1 -0
- package/dist/esm/models/RequestContext.d.ts +21 -0
- package/dist/esm/models/RequestContext.js +24 -0
- package/dist/esm/models/RequestContext.js.map +1 -0
- package/dist/esm/models/ToolCall.d.ts +38 -0
- package/dist/esm/models/ToolCall.js +3 -0
- package/dist/esm/models/ToolCall.js.map +1 -0
- package/dist/esm/models/ToolCallContext.d.ts +22 -0
- package/dist/esm/models/ToolCallContext.js +3 -0
- package/dist/esm/models/ToolCallContext.js.map +1 -0
- package/dist/esm/models/ToolCallResult.d.ts +20 -0
- package/dist/esm/models/ToolCallResult.js +19 -0
- package/dist/esm/models/ToolCallResult.js.map +1 -0
- package/dist/esm/models/VideoSegment.d.ts +20 -0
- package/dist/esm/models/VideoSegment.js +3 -0
- package/dist/esm/models/VideoSegment.js.map +1 -0
- package/dist/esm/persistence/AgentsPersistence.d.ts +11 -0
- package/dist/esm/persistence/AgentsPersistence.js +3 -0
- package/dist/esm/persistence/AgentsPersistence.js.map +1 -0
- package/dist/esm/persistence/AgentsPersistenceFilesystem.d.ts +15 -0
- package/dist/esm/persistence/AgentsPersistenceFilesystem.js +48 -0
- package/dist/esm/persistence/AgentsPersistenceFilesystem.js.map +1 -0
- package/dist/esm/persistence/AgentsPersistenceSqlite.d.ts +14 -0
- package/dist/esm/persistence/AgentsPersistenceSqlite.js +51 -0
- package/dist/esm/persistence/AgentsPersistenceSqlite.js.map +1 -0
- package/dist/esm/persistence/AgentsPersistenceVolatile.d.ts +13 -0
- package/dist/esm/persistence/AgentsPersistenceVolatile.js +27 -0
- package/dist/esm/persistence/AgentsPersistenceVolatile.js.map +1 -0
- package/dist/esm/persistence/DonobuSqliteDb.d.ts +11 -0
- package/dist/esm/persistence/DonobuSqliteDb.js +178 -0
- package/dist/esm/persistence/DonobuSqliteDb.js.map +1 -0
- package/dist/esm/persistence/FlowsPersistence.d.ts +94 -0
- package/dist/esm/persistence/FlowsPersistence.js +3 -0
- package/dist/esm/persistence/FlowsPersistence.js.map +1 -0
- package/dist/esm/persistence/FlowsPersistenceAwsS3.d.ts +70 -0
- package/dist/esm/persistence/FlowsPersistenceAwsS3.js +447 -0
- package/dist/esm/persistence/FlowsPersistenceAwsS3.js.map +1 -0
- package/dist/esm/persistence/FlowsPersistenceFactory.d.ts +9 -0
- package/dist/esm/persistence/FlowsPersistenceFactory.js +3 -0
- package/dist/esm/persistence/FlowsPersistenceFactory.js.map +1 -0
- package/dist/esm/persistence/FlowsPersistenceFactoryImpl.d.ts +60 -0
- package/dist/esm/persistence/FlowsPersistenceFactoryImpl.js +244 -0
- package/dist/esm/persistence/FlowsPersistenceFactoryImpl.js.map +1 -0
- package/dist/esm/persistence/FlowsPersistenceFactoryPreset.d.ts +12 -0
- package/dist/esm/persistence/FlowsPersistenceFactoryPreset.js +25 -0
- package/dist/esm/persistence/FlowsPersistenceFactoryPreset.js.map +1 -0
- package/dist/esm/persistence/FlowsPersistenceFilesystem.d.ts +42 -0
- package/dist/esm/persistence/FlowsPersistenceFilesystem.js +271 -0
- package/dist/esm/persistence/FlowsPersistenceFilesystem.js.map +1 -0
- package/dist/esm/persistence/FlowsPersistenceGoogleCloudStorage.d.ts +62 -0
- package/dist/esm/persistence/FlowsPersistenceGoogleCloudStorage.js +406 -0
- package/dist/esm/persistence/FlowsPersistenceGoogleCloudStorage.js.map +1 -0
- package/dist/esm/persistence/FlowsPersistenceSqlite.d.ts +37 -0
- package/dist/esm/persistence/FlowsPersistenceSqlite.js +229 -0
- package/dist/esm/persistence/FlowsPersistenceSqlite.js.map +1 -0
- package/dist/esm/persistence/FlowsPersistenceSupabase.d.ts +38 -0
- package/dist/esm/persistence/FlowsPersistenceSupabase.js +216 -0
- package/dist/esm/persistence/FlowsPersistenceSupabase.js.map +1 -0
- package/dist/esm/persistence/FlowsPersistenceVolatile.d.ts +35 -0
- package/dist/esm/persistence/FlowsPersistenceVolatile.js +147 -0
- package/dist/esm/persistence/FlowsPersistenceVolatile.js.map +1 -0
- package/dist/esm/persistence/GptConfigsPersistence.d.ts +11 -0
- package/dist/esm/persistence/GptConfigsPersistence.js +3 -0
- package/dist/esm/persistence/GptConfigsPersistence.js.map +1 -0
- package/dist/esm/persistence/GptConfigsPersistenceFilesystem.d.ts +16 -0
- package/dist/esm/persistence/GptConfigsPersistenceFilesystem.js +54 -0
- package/dist/esm/persistence/GptConfigsPersistenceFilesystem.js.map +1 -0
- package/dist/esm/persistence/GptConfigsPersistenceSqlite.d.ts +12 -0
- package/dist/esm/persistence/GptConfigsPersistenceSqlite.js +36 -0
- package/dist/esm/persistence/GptConfigsPersistenceSqlite.js.map +1 -0
- package/dist/esm/persistence/GptConfigsPersistenceVolatile.d.ts +14 -0
- package/dist/esm/persistence/GptConfigsPersistenceVolatile.js +32 -0
- package/dist/esm/persistence/GptConfigsPersistenceVolatile.js.map +1 -0
- package/dist/esm/persistence/GptResourcesPersistence.d.ts +11 -0
- package/dist/esm/persistence/GptResourcesPersistence.js +3 -0
- package/dist/esm/persistence/GptResourcesPersistence.js.map +1 -0
- package/dist/esm/persistence/GptResourcesPersistenceFilesystem.d.ts +20 -0
- package/dist/esm/persistence/GptResourcesPersistenceFilesystem.js +79 -0
- package/dist/esm/persistence/GptResourcesPersistenceFilesystem.js.map +1 -0
- package/dist/esm/persistence/GptResourcesPersistenceVolatile.d.ts +14 -0
- package/dist/esm/persistence/GptResourcesPersistenceVolatile.js +32 -0
- package/dist/esm/persistence/GptResourcesPersistenceVolatile.js.map +1 -0
- package/dist/esm/test.d.ts +66 -0
- package/dist/esm/test.js +288 -0
- package/dist/esm/test.js.map +1 -0
- package/dist/esm/testfixtures.d.ts +66 -0
- package/dist/esm/testfixtures.js +288 -0
- package/dist/esm/testfixtures.js.map +1 -0
- package/dist/esm/tools/AggregateExtractedStreetviewDataTool.d.ts +24 -0
- package/dist/esm/tools/AggregateExtractedStreetviewDataTool.js +61 -0
- package/dist/esm/tools/AggregateExtractedStreetviewDataTool.js.map +1 -0
- package/dist/esm/tools/AnalyzePageTextTool.d.ts +22 -0
- package/dist/esm/tools/AnalyzePageTextTool.js +59 -0
- package/dist/esm/tools/AnalyzePageTextTool.js.map +1 -0
- package/dist/esm/tools/AssertTool.d.ts +24 -0
- package/dist/esm/tools/AssertTool.js +56 -0
- package/dist/esm/tools/AssertTool.js.map +1 -0
- package/dist/esm/tools/ChangeWebBrowserTabTool.d.ts +18 -0
- package/dist/esm/tools/ChangeWebBrowserTabTool.js +36 -0
- package/dist/esm/tools/ChangeWebBrowserTabTool.js.map +1 -0
- package/dist/esm/tools/ChooseSelectOptionTool.d.ts +18 -0
- package/dist/esm/tools/ChooseSelectOptionTool.js +18 -0
- package/dist/esm/tools/ChooseSelectOptionTool.js.map +1 -0
- package/dist/esm/tools/ClickButtonTool.d.ts +14 -0
- package/dist/esm/tools/ClickButtonTool.js +36 -0
- package/dist/esm/tools/ClickButtonTool.js.map +1 -0
- package/dist/esm/tools/ClickTool.d.ts +14 -0
- package/dist/esm/tools/ClickTool.js +36 -0
- package/dist/esm/tools/ClickTool.js.map +1 -0
- package/dist/esm/tools/CreateBrowserCookieReportTool.d.ts +15 -0
- package/dist/esm/tools/CreateBrowserCookieReportTool.js +98 -0
- package/dist/esm/tools/CreateBrowserCookieReportTool.js.map +1 -0
- package/dist/esm/tools/CustomToolRunnerTool.d.ts +14 -0
- package/dist/esm/tools/CustomToolRunnerTool.js +35 -0
- package/dist/esm/tools/CustomToolRunnerTool.js.map +1 -0
- package/dist/esm/tools/DetectBrokenLinksTool.d.ts +38 -0
- package/dist/esm/tools/DetectBrokenLinksTool.js +264 -0
- package/dist/esm/tools/DetectBrokenLinksTool.js.map +1 -0
- package/dist/esm/tools/DownloadPdfTool.d.ts +19 -0
- package/dist/esm/tools/DownloadPdfTool.js +48 -0
- package/dist/esm/tools/DownloadPdfTool.js.map +1 -0
- package/dist/esm/tools/ExtractGoogleStreetviewEntityDataTool.d.ts +50 -0
- package/dist/esm/tools/ExtractGoogleStreetviewEntityDataTool.js +176 -0
- package/dist/esm/tools/ExtractGoogleStreetviewEntityDataTool.js.map +1 -0
- package/dist/esm/tools/ExtractPaymentProviderKeyTool.d.ts +16 -0
- package/dist/esm/tools/ExtractPaymentProviderKeyTool.js +80 -0
- package/dist/esm/tools/ExtractPaymentProviderKeyTool.js.map +1 -0
- package/dist/esm/tools/ExtractPublicFacebookEntityDataTool.d.ts +27 -0
- package/dist/esm/tools/ExtractPublicFacebookEntityDataTool.js +232 -0
- package/dist/esm/tools/ExtractPublicFacebookEntityDataTool.js.map +1 -0
- package/dist/esm/tools/GetEntityDataFromGoogleMapResult.d.ts +27 -0
- package/dist/esm/tools/GetEntityDataFromGoogleMapResult.js +36 -0
- package/dist/esm/tools/GetEntityDataFromGoogleMapResult.js.map +1 -0
- package/dist/esm/tools/GoForwardOrBackTool.d.ts +22 -0
- package/dist/esm/tools/GoForwardOrBackTool.js +37 -0
- package/dist/esm/tools/GoForwardOrBackTool.js.map +1 -0
- package/dist/esm/tools/GoToGoogleMapsStreetViewTool.d.ts +37 -0
- package/dist/esm/tools/GoToGoogleMapsStreetViewTool.js +119 -0
- package/dist/esm/tools/GoToGoogleMapsStreetViewTool.js.map +1 -0
- package/dist/esm/tools/GoToWebpageTool.d.ts +20 -0
- package/dist/esm/tools/GoToWebpageTool.js +40 -0
- package/dist/esm/tools/GoToWebpageTool.js.map +1 -0
- package/dist/esm/tools/HandleBrowserDialogTool.d.ts +26 -0
- package/dist/esm/tools/HandleBrowserDialogTool.js +22 -0
- package/dist/esm/tools/HandleBrowserDialogTool.js.map +1 -0
- package/dist/esm/tools/HoverOverElementTool.d.ts +15 -0
- package/dist/esm/tools/HoverOverElementTool.js +18 -0
- package/dist/esm/tools/HoverOverElementTool.js.map +1 -0
- package/dist/esm/tools/InputRandomizedEmailAddressTool.d.ts +27 -0
- package/dist/esm/tools/InputRandomizedEmailAddressTool.js +74 -0
- package/dist/esm/tools/InputRandomizedEmailAddressTool.js.map +1 -0
- package/dist/esm/tools/InputTextTool.d.ts +24 -0
- package/dist/esm/tools/InputTextTool.js +48 -0
- package/dist/esm/tools/InputTextTool.js.map +1 -0
- package/dist/esm/tools/MakeCommentTool.d.ts +21 -0
- package/dist/esm/tools/MakeCommentTool.js +31 -0
- package/dist/esm/tools/MakeCommentTool.js.map +1 -0
- package/dist/esm/tools/MarkObjectiveCompleteTool.d.ts +27 -0
- package/dist/esm/tools/MarkObjectiveCompleteTool.js +39 -0
- package/dist/esm/tools/MarkObjectiveCompleteTool.js.map +1 -0
- package/dist/esm/tools/MarkObjectiveNotCompletableTool.d.ts +14 -0
- package/dist/esm/tools/MarkObjectiveNotCompletableTool.js +35 -0
- package/dist/esm/tools/MarkObjectiveNotCompletableTool.js.map +1 -0
- package/dist/esm/tools/NavigateToWebpageTool.d.ts +20 -0
- package/dist/esm/tools/NavigateToWebpageTool.js +40 -0
- package/dist/esm/tools/NavigateToWebpageTool.js.map +1 -0
- package/dist/esm/tools/NavigateWithinStreetView.d.ts +38 -0
- package/dist/esm/tools/NavigateWithinStreetView.js +107 -0
- package/dist/esm/tools/NavigateWithinStreetView.js.map +1 -0
- package/dist/esm/tools/PauseForUserInteractionTool.d.ts +18 -0
- package/dist/esm/tools/PauseForUserInteractionTool.js +24 -0
- package/dist/esm/tools/PauseForUserInteractionTool.js.map +1 -0
- package/dist/esm/tools/PressKeyTool.d.ts +18 -0
- package/dist/esm/tools/PressKeyTool.js +43 -0
- package/dist/esm/tools/PressKeyTool.js.map +1 -0
- package/dist/esm/tools/ReloadPageTool.d.ts +14 -0
- package/dist/esm/tools/ReloadPageTool.js +20 -0
- package/dist/esm/tools/ReloadPageTool.js.map +1 -0
- package/dist/esm/tools/ReplayableInteraction.d.ts +62 -0
- package/dist/esm/tools/ReplayableInteraction.js +170 -0
- package/dist/esm/tools/ReplayableInteraction.js.map +1 -0
- package/dist/esm/tools/RunAccessibilityTestTool.d.ts +14 -0
- package/dist/esm/tools/RunAccessibilityTestTool.js +49 -0
- package/dist/esm/tools/RunAccessibilityTestTool.js.map +1 -0
- package/dist/esm/tools/RunInlineJavaScriptCodeTool.d.ts +17 -0
- package/dist/esm/tools/RunInlineJavaScriptCodeTool.js +30 -0
- package/dist/esm/tools/RunInlineJavaScriptCodeTool.js.map +1 -0
- package/dist/esm/tools/RunSandboxedJavaScriptCodeTool.d.ts +18 -0
- package/dist/esm/tools/RunSandboxedJavaScriptCodeTool.js +43 -0
- package/dist/esm/tools/RunSandboxedJavaScriptCodeTool.js.map +1 -0
- package/dist/esm/tools/SaveWebpageAsPdfTool.d.ts +15 -0
- package/dist/esm/tools/SaveWebpageAsPdfTool.js +27 -0
- package/dist/esm/tools/SaveWebpageAsPdfTool.js.map +1 -0
- package/dist/esm/tools/ScrollPageTool.d.ts +18 -0
- package/dist/esm/tools/ScrollPageTool.js +21 -0
- package/dist/esm/tools/ScrollPageTool.js.map +1 -0
- package/dist/esm/tools/SetRunModeTool.d.ts +20 -0
- package/dist/esm/tools/SetRunModeTool.js +22 -0
- package/dist/esm/tools/SetRunModeTool.js.map +1 -0
- package/dist/esm/tools/SummarizeLearningsTool.d.ts +21 -0
- package/dist/esm/tools/SummarizeLearningsTool.js +31 -0
- package/dist/esm/tools/SummarizeLearningsTool.js.map +1 -0
- package/dist/esm/tools/Tool.d.ts +35 -0
- package/dist/esm/tools/Tool.js +38 -0
- package/dist/esm/tools/Tool.js.map +1 -0
- package/dist/esm/tools/TriggerDonobuFlowTool.d.ts +19 -0
- package/dist/esm/tools/TriggerDonobuFlowTool.js +26 -0
- package/dist/esm/tools/TriggerDonobuFlowTool.js.map +1 -0
- package/dist/esm/tools/WaitTool.d.ts +18 -0
- package/dist/esm/tools/WaitTool.js +20 -0
- package/dist/esm/tools/WaitTool.js.map +1 -0
- package/dist/esm/utils/DirectoryUtils.d.ts +11 -0
- package/dist/esm/utils/DirectoryUtils.js +37 -0
- package/dist/esm/utils/DirectoryUtils.js.map +1 -0
- package/dist/esm/utils/JsonUtils.d.ts +19 -0
- package/dist/esm/utils/JsonUtils.js +124 -0
- package/dist/esm/utils/JsonUtils.js.map +1 -0
- package/dist/esm/utils/Logger.d.ts +17 -0
- package/dist/esm/utils/Logger.js +95 -0
- package/dist/esm/utils/Logger.js.map +1 -0
- package/dist/esm/utils/MiscUtils.d.ts +62 -0
- package/dist/esm/utils/MiscUtils.js +164 -0
- package/dist/esm/utils/MiscUtils.js.map +1 -0
- package/dist/esm/utils/PlaywrightUtils.d.ts +180 -0
- package/dist/esm/utils/PlaywrightUtils.js +1086 -0
- package/dist/esm/utils/PlaywrightUtils.js.map +1 -0
- package/dist/esm/utils/VerbConverter.d.ts +14 -0
- package/dist/esm/utils/VerbConverter.js +96 -0
- package/dist/esm/utils/VerbConverter.js.map +1 -0
- package/dist/exceptions/ActiveFlowNotFoundException.d.ts +10 -0
- package/dist/exceptions/ActiveFlowNotFoundException.js +19 -0
- package/dist/exceptions/ActiveFlowNotFoundException.js.map +1 -0
- package/dist/exceptions/ApiKeyNotSetUpException.d.ts +14 -0
- package/dist/exceptions/ApiKeyNotSetUpException.js +21 -0
- package/dist/exceptions/ApiKeyNotSetUpException.js.map +1 -0
- package/dist/exceptions/BrowserStateNotFoundException.d.ts +8 -0
- package/dist/exceptions/BrowserStateNotFoundException.js +15 -0
- package/dist/exceptions/BrowserStateNotFoundException.js.map +1 -0
- package/dist/exceptions/CannotDeleteRunningFlowException.d.ts +9 -0
- package/dist/exceptions/CannotDeleteRunningFlowException.js +18 -0
- package/dist/exceptions/CannotDeleteRunningFlowException.js.map +1 -0
- package/dist/exceptions/DonobuException.d.ts +12 -0
- package/dist/exceptions/DonobuException.js +39 -0
- package/dist/exceptions/DonobuException.js.map +1 -0
- package/dist/exceptions/FlowNotFoundException.d.ts +6 -0
- package/dist/exceptions/FlowNotFoundException.js +17 -0
- package/dist/exceptions/FlowNotFoundException.js.map +1 -0
- package/dist/exceptions/GptApiKeysNotSetupException.d.ts +4 -0
- package/dist/exceptions/GptApiKeysNotSetupException.js +11 -0
- package/dist/exceptions/GptApiKeysNotSetupException.js.map +1 -0
- package/dist/exceptions/GptConfigNotFoundException.d.ts +8 -0
- package/dist/exceptions/GptConfigNotFoundException.js +16 -0
- package/dist/exceptions/GptConfigNotFoundException.js.map +1 -0
- package/dist/exceptions/GptModelNotFoundException.d.ts +9 -0
- package/dist/exceptions/GptModelNotFoundException.js +18 -0
- package/dist/exceptions/GptModelNotFoundException.js.map +1 -0
- package/dist/exceptions/GptPlatformAuthenticationFailedException.d.ts +6 -0
- package/dist/exceptions/GptPlatformAuthenticationFailedException.js +14 -0
- package/dist/exceptions/GptPlatformAuthenticationFailedException.js.map +1 -0
- package/dist/exceptions/GptPlatformInsufficientQuotaException.d.ts +5 -0
- package/dist/exceptions/GptPlatformInsufficientQuotaException.js +13 -0
- package/dist/exceptions/GptPlatformInsufficientQuotaException.js.map +1 -0
- package/dist/exceptions/GptPlatformInternalErrorException.d.ts +5 -0
- package/dist/exceptions/GptPlatformInternalErrorException.js +12 -0
- package/dist/exceptions/GptPlatformInternalErrorException.js.map +1 -0
- package/dist/exceptions/GptPlatformNotReachableException.d.ts +5 -0
- package/dist/exceptions/GptPlatformNotReachableException.js +13 -0
- package/dist/exceptions/GptPlatformNotReachableException.js.map +1 -0
- package/dist/exceptions/GptPlatformRateLimitedException.d.ts +5 -0
- package/dist/exceptions/GptPlatformRateLimitedException.js +13 -0
- package/dist/exceptions/GptPlatformRateLimitedException.js.map +1 -0
- package/dist/exceptions/GptResourceNotFoundException.d.ts +8 -0
- package/dist/exceptions/GptResourceNotFoundException.js +16 -0
- package/dist/exceptions/GptResourceNotFoundException.js.map +1 -0
- package/dist/exceptions/InvalidParamValueException.d.ts +13 -0
- package/dist/exceptions/InvalidParamValueException.js +25 -0
- package/dist/exceptions/InvalidParamValueException.js.map +1 -0
- package/dist/exceptions/NoApiAccessTokenPresentException.d.ts +8 -0
- package/dist/exceptions/NoApiAccessTokenPresentException.js +15 -0
- package/dist/exceptions/NoApiAccessTokenPresentException.js.map +1 -0
- package/dist/exceptions/PageClosedException.d.ts +6 -0
- package/dist/exceptions/PageClosedException.js +13 -0
- package/dist/exceptions/PageClosedException.js.map +1 -0
- package/dist/exceptions/TooManyRequestsException.d.ts +5 -0
- package/dist/exceptions/TooManyRequestsException.js +13 -0
- package/dist/exceptions/TooManyRequestsException.js.map +1 -0
- package/dist/exceptions/ToolCallNotFoundException.d.ts +6 -0
- package/dist/exceptions/ToolCallNotFoundException.js +14 -0
- package/dist/exceptions/ToolCallNotFoundException.js.map +1 -0
- package/dist/exceptions/ToolRequiresGptException.d.ts +5 -0
- package/dist/exceptions/ToolRequiresGptException.js +13 -0
- package/dist/exceptions/ToolRequiresGptException.js.map +1 -0
- package/dist/exceptions/UnknownToolException.d.ts +5 -0
- package/dist/exceptions/UnknownToolException.js +13 -0
- package/dist/exceptions/UnknownToolException.js.map +1 -0
- package/dist/exceptions/UnparseableJsonBodyException.d.ts +4 -0
- package/dist/exceptions/UnparseableJsonBodyException.js +12 -0
- package/dist/exceptions/UnparseableJsonBodyException.js.map +1 -0
- package/dist/main.d.ts +21 -0
- package/dist/main.js +143 -0
- package/dist/main.js.map +1 -0
- package/dist/managers/AdminApiController.d.ts +32 -0
- package/dist/managers/AdminApiController.js +251 -0
- package/dist/managers/AdminApiController.js.map +1 -0
- package/dist/managers/AgentsManager.d.ts +28 -0
- package/dist/managers/AgentsManager.js +75 -0
- package/dist/managers/AgentsManager.js.map +1 -0
- package/dist/managers/DonobuFlow.d.ts +115 -0
- package/dist/managers/DonobuFlow.js +1070 -0
- package/dist/managers/DonobuFlow.js.map +1 -0
- package/dist/managers/DonobuFlowsManager.d.ts +130 -0
- package/dist/managers/DonobuFlowsManager.js +830 -0
- package/dist/managers/DonobuFlowsManager.js.map +1 -0
- package/dist/managers/FlowsPersistence.d.ts +79 -0
- package/dist/managers/FlowsPersistence.js +3 -0
- package/dist/managers/FlowsPersistence.js.map +1 -0
- package/dist/managers/FlowsPersistenceAwsS3.d.ts +48 -0
- package/dist/managers/FlowsPersistenceAwsS3.js +284 -0
- package/dist/managers/FlowsPersistenceAwsS3.js.map +1 -0
- package/dist/managers/FlowsPersistenceFactory.d.ts +9 -0
- package/dist/managers/FlowsPersistenceFactory.js +3 -0
- package/dist/managers/FlowsPersistenceFactory.js.map +1 -0
- package/dist/managers/FlowsPersistenceFactoryImpl.d.ts +57 -0
- package/dist/managers/FlowsPersistenceFactoryImpl.js +119 -0
- package/dist/managers/FlowsPersistenceFactoryImpl.js.map +1 -0
- package/dist/managers/FlowsPersistenceFactoryPreset.d.ts +12 -0
- package/dist/managers/FlowsPersistenceFactoryPreset.js +25 -0
- package/dist/managers/FlowsPersistenceFactoryPreset.js.map +1 -0
- package/dist/managers/FlowsPersistenceFilesystem.d.ts +33 -0
- package/dist/managers/FlowsPersistenceFilesystem.js +180 -0
- package/dist/managers/FlowsPersistenceFilesystem.js.map +1 -0
- package/dist/managers/FlowsPersistenceGoogleCloudStorage.d.ts +40 -0
- package/dist/managers/FlowsPersistenceGoogleCloudStorage.js +209 -0
- package/dist/managers/FlowsPersistenceGoogleCloudStorage.js.map +1 -0
- package/dist/managers/FlowsPersistenceSupabase.d.ts +33 -0
- package/dist/managers/FlowsPersistenceSupabase.js +152 -0
- package/dist/managers/FlowsPersistenceSupabase.js.map +1 -0
- package/dist/managers/FlowsPersistenceVolatile.d.ts +30 -0
- package/dist/managers/FlowsPersistenceVolatile.js +103 -0
- package/dist/managers/FlowsPersistenceVolatile.js.map +1 -0
- package/dist/managers/GptConfigsManager.d.ts +38 -0
- package/dist/managers/GptConfigsManager.js +159 -0
- package/dist/managers/GptConfigsManager.js.map +1 -0
- package/dist/managers/GptPlatformApiKeysManager.d.ts +36 -0
- package/dist/managers/GptPlatformApiKeysManager.js +3 -0
- package/dist/managers/GptPlatformApiKeysManager.js.map +1 -0
- package/dist/managers/GptPlatformApiKeysManagerFilesystem.d.ts +29 -0
- package/dist/managers/GptPlatformApiKeysManagerFilesystem.js +136 -0
- package/dist/managers/GptPlatformApiKeysManagerFilesystem.js.map +1 -0
- package/dist/managers/GptPlatformApiKeysManagerVolatile.d.ts +35 -0
- package/dist/managers/GptPlatformApiKeysManagerVolatile.js +51 -0
- package/dist/managers/GptPlatformApiKeysManagerVolatile.js.map +1 -0
- package/dist/managers/GptResourcesManager.d.ts +44 -0
- package/dist/managers/GptResourcesManager.js +180 -0
- package/dist/managers/GptResourcesManager.js.map +1 -0
- package/dist/managers/RequestContextHolder.d.ts +24 -0
- package/dist/managers/RequestContextHolder.js +43 -0
- package/dist/managers/RequestContextHolder.js.map +1 -0
- package/dist/managers/SelectorGenerator.d.ts +8 -0
- package/dist/managers/SelectorGenerator.js +15 -0
- package/dist/managers/SelectorGenerator.js.map +1 -0
- package/dist/managers/ToolManager.d.ts +21 -0
- package/dist/managers/ToolManager.js +264 -0
- package/dist/managers/ToolManager.js.map +1 -0
- package/dist/managers/ToolTipper.d.ts +35 -0
- package/dist/managers/ToolTipper.js +201 -0
- package/dist/managers/ToolTipper.js.map +1 -0
- package/dist/models/AskAiRequest.d.ts +14 -0
- package/dist/models/AskAiRequest.js +3 -0
- package/dist/models/AskAiRequest.js.map +1 -0
- package/dist/models/BaseToolGptParameters.d.ts +9 -0
- package/dist/models/BaseToolGptParameters.js +3 -0
- package/dist/models/BaseToolGptParameters.js.map +1 -0
- package/dist/models/BaseToolParam.d.ts +9 -0
- package/dist/models/BaseToolParam.js +3 -0
- package/dist/models/BaseToolParam.js.map +1 -0
- package/dist/models/BaseToolParameters.d.ts +9 -0
- package/dist/models/BaseToolParameters.js +3 -0
- package/dist/models/BaseToolParameters.js.map +1 -0
- package/dist/models/BrowserDevice.d.ts +18 -0
- package/dist/models/BrowserDevice.js +3 -0
- package/dist/models/BrowserDevice.js.map +1 -0
- package/dist/models/BrowserFramework.d.ts +36 -0
- package/dist/models/BrowserFramework.js +164 -0
- package/dist/models/BrowserFramework.js.map +1 -0
- package/dist/models/BrowserState.d.ts +25 -0
- package/dist/models/BrowserState.js +3 -0
- package/dist/models/BrowserState.js.map +1 -0
- package/dist/models/BrowserStateFlowReference.d.ts +10 -0
- package/dist/models/BrowserStateFlowReference.js +3 -0
- package/dist/models/BrowserStateFlowReference.js.map +1 -0
- package/dist/models/CreateDonobuFlow.d.ts +88 -0
- package/dist/models/CreateDonobuFlow.js +3 -0
- package/dist/models/CreateDonobuFlow.js.map +1 -0
- package/dist/models/CreateGoogleSteetviewExtractionFlow.d.ts +21 -0
- package/dist/models/CreateGoogleSteetviewExtractionFlow.js +3 -0
- package/dist/models/CreateGoogleSteetviewExtractionFlow.js.map +1 -0
- package/dist/models/CustomTool.d.ts +9 -0
- package/dist/models/CustomTool.js +3 -0
- package/dist/models/CustomTool.js.map +1 -0
- package/dist/models/DonobuAgentType.d.ts +2 -0
- package/dist/models/DonobuAgentType.js +5 -0
- package/dist/models/DonobuAgentType.js.map +1 -0
- package/dist/models/DonobuAnnotated.d.ts +23 -0
- package/dist/models/DonobuAnnotated.js +12 -0
- package/dist/models/DonobuAnnotated.js.map +1 -0
- package/dist/models/DonobuDeploymentEnvironment.d.ts +5 -0
- package/dist/models/DonobuDeploymentEnvironment.js +10 -0
- package/dist/models/DonobuDeploymentEnvironment.js.map +1 -0
- package/dist/models/DonobuErrorResponse.d.ts +13 -0
- package/dist/models/DonobuErrorResponse.js +3 -0
- package/dist/models/DonobuErrorResponse.js.map +1 -0
- package/dist/models/ElementSelector.d.ts +14 -0
- package/dist/models/ElementSelector.js +3 -0
- package/dist/models/ElementSelector.js.map +1 -0
- package/dist/models/ElementSelectorForReplay.d.ts +14 -0
- package/dist/models/ElementSelectorForReplay.js +3 -0
- package/dist/models/ElementSelectorForReplay.js.map +1 -0
- package/dist/models/FlowMetadata.d.ts +123 -0
- package/dist/models/FlowMetadata.js +50 -0
- package/dist/models/FlowMetadata.js.map +1 -0
- package/dist/models/FlowsQuery.d.ts +11 -0
- package/dist/models/FlowsQuery.js +3 -0
- package/dist/models/FlowsQuery.js.map +1 -0
- package/dist/models/FocusedPage.d.ts +4 -0
- package/dist/models/FocusedPage.js +3 -0
- package/dist/models/FocusedPage.js.map +1 -0
- package/dist/models/GptConfig.d.ts +38 -0
- package/dist/models/GptConfig.js +3 -0
- package/dist/models/GptConfig.js.map +1 -0
- package/dist/models/GptMessage.d.ts +43 -0
- package/dist/models/GptMessage.js +3 -0
- package/dist/models/GptMessage.js.map +1 -0
- package/dist/models/GptResource.d.ts +33 -0
- package/dist/models/GptResource.js +3 -0
- package/dist/models/GptResource.js.map +1 -0
- package/dist/models/InteractableElement.d.ts +13 -0
- package/dist/models/InteractableElement.js +3 -0
- package/dist/models/InteractableElement.js.map +1 -0
- package/dist/models/ProposedToolCall.d.ts +19 -0
- package/dist/models/ProposedToolCall.js +3 -0
- package/dist/models/ProposedToolCall.js.map +1 -0
- package/dist/models/RequestContext.d.ts +21 -0
- package/dist/models/RequestContext.js +24 -0
- package/dist/models/RequestContext.js.map +1 -0
- package/dist/models/ToolCall.d.ts +38 -0
- package/dist/models/ToolCall.js +3 -0
- package/dist/models/ToolCall.js.map +1 -0
- package/dist/models/ToolCallContext.d.ts +22 -0
- package/dist/models/ToolCallContext.js +3 -0
- package/dist/models/ToolCallContext.js.map +1 -0
- package/dist/models/ToolCallResult.d.ts +20 -0
- package/dist/models/ToolCallResult.js +19 -0
- package/dist/models/ToolCallResult.js.map +1 -0
- package/dist/models/VideoSegment.d.ts +20 -0
- package/dist/models/VideoSegment.js +3 -0
- package/dist/models/VideoSegment.js.map +1 -0
- package/dist/persistence/AgentsPersistence.d.ts +11 -0
- package/dist/persistence/AgentsPersistence.js +3 -0
- package/dist/persistence/AgentsPersistence.js.map +1 -0
- package/dist/persistence/AgentsPersistenceFilesystem.d.ts +15 -0
- package/dist/persistence/AgentsPersistenceFilesystem.js +48 -0
- package/dist/persistence/AgentsPersistenceFilesystem.js.map +1 -0
- package/dist/persistence/AgentsPersistenceSqlite.d.ts +14 -0
- package/dist/persistence/AgentsPersistenceSqlite.js +51 -0
- package/dist/persistence/AgentsPersistenceSqlite.js.map +1 -0
- package/dist/persistence/AgentsPersistenceVolatile.d.ts +13 -0
- package/dist/persistence/AgentsPersistenceVolatile.js +27 -0
- package/dist/persistence/AgentsPersistenceVolatile.js.map +1 -0
- package/dist/persistence/DonobuSqliteDb.d.ts +11 -0
- package/dist/persistence/DonobuSqliteDb.js +178 -0
- package/dist/persistence/DonobuSqliteDb.js.map +1 -0
- package/dist/persistence/FlowsPersistence.d.ts +94 -0
- package/dist/persistence/FlowsPersistence.js +3 -0
- package/dist/persistence/FlowsPersistence.js.map +1 -0
- package/dist/persistence/FlowsPersistenceAwsS3.d.ts +70 -0
- package/dist/persistence/FlowsPersistenceAwsS3.js +447 -0
- package/dist/persistence/FlowsPersistenceAwsS3.js.map +1 -0
- package/dist/persistence/FlowsPersistenceFactory.d.ts +9 -0
- package/dist/persistence/FlowsPersistenceFactory.js +3 -0
- package/dist/persistence/FlowsPersistenceFactory.js.map +1 -0
- package/dist/persistence/FlowsPersistenceFactoryImpl.d.ts +60 -0
- package/dist/persistence/FlowsPersistenceFactoryImpl.js +244 -0
- package/dist/persistence/FlowsPersistenceFactoryImpl.js.map +1 -0
- package/dist/persistence/FlowsPersistenceFactoryPreset.d.ts +12 -0
- package/dist/persistence/FlowsPersistenceFactoryPreset.js +25 -0
- package/dist/persistence/FlowsPersistenceFactoryPreset.js.map +1 -0
- package/dist/persistence/FlowsPersistenceFilesystem.d.ts +42 -0
- package/dist/persistence/FlowsPersistenceFilesystem.js +271 -0
- package/dist/persistence/FlowsPersistenceFilesystem.js.map +1 -0
- package/dist/persistence/FlowsPersistenceGoogleCloudStorage.d.ts +62 -0
- package/dist/persistence/FlowsPersistenceGoogleCloudStorage.js +406 -0
- package/dist/persistence/FlowsPersistenceGoogleCloudStorage.js.map +1 -0
- package/dist/persistence/FlowsPersistenceSqlite.d.ts +37 -0
- package/dist/persistence/FlowsPersistenceSqlite.js +229 -0
- package/dist/persistence/FlowsPersistenceSqlite.js.map +1 -0
- package/dist/persistence/FlowsPersistenceSupabase.d.ts +38 -0
- package/dist/persistence/FlowsPersistenceSupabase.js +216 -0
- package/dist/persistence/FlowsPersistenceSupabase.js.map +1 -0
- package/dist/persistence/FlowsPersistenceVolatile.d.ts +35 -0
- package/dist/persistence/FlowsPersistenceVolatile.js +147 -0
- package/dist/persistence/FlowsPersistenceVolatile.js.map +1 -0
- package/dist/persistence/GptConfigsPersistence.d.ts +11 -0
- package/dist/persistence/GptConfigsPersistence.js +3 -0
- package/dist/persistence/GptConfigsPersistence.js.map +1 -0
- package/dist/persistence/GptConfigsPersistenceFilesystem.d.ts +16 -0
- package/dist/persistence/GptConfigsPersistenceFilesystem.js +54 -0
- package/dist/persistence/GptConfigsPersistenceFilesystem.js.map +1 -0
- package/dist/persistence/GptConfigsPersistenceSqlite.d.ts +12 -0
- package/dist/persistence/GptConfigsPersistenceSqlite.js +36 -0
- package/dist/persistence/GptConfigsPersistenceSqlite.js.map +1 -0
- package/dist/persistence/GptConfigsPersistenceVolatile.d.ts +14 -0
- package/dist/persistence/GptConfigsPersistenceVolatile.js +32 -0
- package/dist/persistence/GptConfigsPersistenceVolatile.js.map +1 -0
- package/dist/persistence/GptResourcesPersistence.d.ts +11 -0
- package/dist/persistence/GptResourcesPersistence.js +3 -0
- package/dist/persistence/GptResourcesPersistence.js.map +1 -0
- package/dist/persistence/GptResourcesPersistenceFilesystem.d.ts +20 -0
- package/dist/persistence/GptResourcesPersistenceFilesystem.js +79 -0
- package/dist/persistence/GptResourcesPersistenceFilesystem.js.map +1 -0
- package/dist/persistence/GptResourcesPersistenceVolatile.d.ts +14 -0
- package/dist/persistence/GptResourcesPersistenceVolatile.js +32 -0
- package/dist/persistence/GptResourcesPersistenceVolatile.js.map +1 -0
- package/dist/test.d.ts +66 -0
- package/dist/test.js +288 -0
- package/dist/test.js.map +1 -0
- package/dist/testfixtures.d.ts +66 -0
- package/dist/testfixtures.js +288 -0
- package/dist/testfixtures.js.map +1 -0
- package/dist/tools/AggregateExtractedStreetviewDataTool.d.ts +24 -0
- package/dist/tools/AggregateExtractedStreetviewDataTool.js +61 -0
- package/dist/tools/AggregateExtractedStreetviewDataTool.js.map +1 -0
- package/dist/tools/AnalyzePageTextTool.d.ts +22 -0
- package/dist/tools/AnalyzePageTextTool.js +59 -0
- package/dist/tools/AnalyzePageTextTool.js.map +1 -0
- package/dist/tools/AssertTool.d.ts +24 -0
- package/dist/tools/AssertTool.js +56 -0
- package/dist/tools/AssertTool.js.map +1 -0
- package/dist/tools/ChangeWebBrowserTabTool.d.ts +18 -0
- package/dist/tools/ChangeWebBrowserTabTool.js +36 -0
- package/dist/tools/ChangeWebBrowserTabTool.js.map +1 -0
- package/dist/tools/ChooseSelectOptionTool.d.ts +18 -0
- package/dist/tools/ChooseSelectOptionTool.js +18 -0
- package/dist/tools/ChooseSelectOptionTool.js.map +1 -0
- package/dist/tools/ClickButtonTool.d.ts +14 -0
- package/dist/tools/ClickButtonTool.js +36 -0
- package/dist/tools/ClickButtonTool.js.map +1 -0
- package/dist/tools/ClickTool.d.ts +14 -0
- package/dist/tools/ClickTool.js +36 -0
- package/dist/tools/ClickTool.js.map +1 -0
- package/dist/tools/CreateBrowserCookieReportTool.d.ts +15 -0
- package/dist/tools/CreateBrowserCookieReportTool.js +98 -0
- package/dist/tools/CreateBrowserCookieReportTool.js.map +1 -0
- package/dist/tools/CustomToolRunnerTool.d.ts +14 -0
- package/dist/tools/CustomToolRunnerTool.js +35 -0
- package/dist/tools/CustomToolRunnerTool.js.map +1 -0
- package/dist/tools/DetectBrokenLinksTool.d.ts +38 -0
- package/dist/tools/DetectBrokenLinksTool.js +264 -0
- package/dist/tools/DetectBrokenLinksTool.js.map +1 -0
- package/dist/tools/DownloadPdfTool.d.ts +19 -0
- package/dist/tools/DownloadPdfTool.js +48 -0
- package/dist/tools/DownloadPdfTool.js.map +1 -0
- package/dist/tools/ExtractGoogleStreetviewEntityDataTool.d.ts +50 -0
- package/dist/tools/ExtractGoogleStreetviewEntityDataTool.js +176 -0
- package/dist/tools/ExtractGoogleStreetviewEntityDataTool.js.map +1 -0
- package/dist/tools/ExtractPaymentProviderKeyTool.d.ts +16 -0
- package/dist/tools/ExtractPaymentProviderKeyTool.js +80 -0
- package/dist/tools/ExtractPaymentProviderKeyTool.js.map +1 -0
- package/dist/tools/ExtractPublicFacebookEntityDataTool.d.ts +27 -0
- package/dist/tools/ExtractPublicFacebookEntityDataTool.js +232 -0
- package/dist/tools/ExtractPublicFacebookEntityDataTool.js.map +1 -0
- package/dist/tools/GetEntityDataFromGoogleMapResult.d.ts +27 -0
- package/dist/tools/GetEntityDataFromGoogleMapResult.js +36 -0
- package/dist/tools/GetEntityDataFromGoogleMapResult.js.map +1 -0
- package/dist/tools/GoForwardOrBackTool.d.ts +22 -0
- package/dist/tools/GoForwardOrBackTool.js +37 -0
- package/dist/tools/GoForwardOrBackTool.js.map +1 -0
- package/dist/tools/GoToGoogleMapsStreetViewTool.d.ts +37 -0
- package/dist/tools/GoToGoogleMapsStreetViewTool.js +119 -0
- package/dist/tools/GoToGoogleMapsStreetViewTool.js.map +1 -0
- package/dist/tools/GoToWebpageTool.d.ts +20 -0
- package/dist/tools/GoToWebpageTool.js +40 -0
- package/dist/tools/GoToWebpageTool.js.map +1 -0
- package/dist/tools/HandleBrowserDialogTool.d.ts +26 -0
- package/dist/tools/HandleBrowserDialogTool.js +22 -0
- package/dist/tools/HandleBrowserDialogTool.js.map +1 -0
- package/dist/tools/HoverOverElementTool.d.ts +15 -0
- package/dist/tools/HoverOverElementTool.js +18 -0
- package/dist/tools/HoverOverElementTool.js.map +1 -0
- package/dist/tools/InputRandomizedEmailAddressTool.d.ts +27 -0
- package/dist/tools/InputRandomizedEmailAddressTool.js +74 -0
- package/dist/tools/InputRandomizedEmailAddressTool.js.map +1 -0
- package/dist/tools/InputTextTool.d.ts +24 -0
- package/dist/tools/InputTextTool.js +48 -0
- package/dist/tools/InputTextTool.js.map +1 -0
- package/dist/tools/MakeCommentTool.d.ts +21 -0
- package/dist/tools/MakeCommentTool.js +31 -0
- package/dist/tools/MakeCommentTool.js.map +1 -0
- package/dist/tools/MarkObjectiveCompleteTool.d.ts +27 -0
- package/dist/tools/MarkObjectiveCompleteTool.js +39 -0
- package/dist/tools/MarkObjectiveCompleteTool.js.map +1 -0
- package/dist/tools/MarkObjectiveNotCompletableTool.d.ts +14 -0
- package/dist/tools/MarkObjectiveNotCompletableTool.js +35 -0
- package/dist/tools/MarkObjectiveNotCompletableTool.js.map +1 -0
- package/dist/tools/NavigateToWebpage.d.ts +19 -0
- package/dist/tools/NavigateToWebpage.js +25 -0
- package/dist/tools/NavigateToWebpage.js.map +1 -0
- package/dist/tools/NavigateToWebpageTool.d.ts +20 -0
- package/dist/tools/NavigateToWebpageTool.js +40 -0
- package/dist/tools/NavigateToWebpageTool.js.map +1 -0
- package/dist/tools/NavigateWithinStreetView.d.ts +38 -0
- package/dist/tools/NavigateWithinStreetView.js +107 -0
- package/dist/tools/NavigateWithinStreetView.js.map +1 -0
- package/dist/tools/PauseForUserInteractionTool.d.ts +18 -0
- package/dist/tools/PauseForUserInteractionTool.js +24 -0
- package/dist/tools/PauseForUserInteractionTool.js.map +1 -0
- package/dist/tools/PressKeyTool.d.ts +18 -0
- package/dist/tools/PressKeyTool.js +43 -0
- package/dist/tools/PressKeyTool.js.map +1 -0
- package/dist/tools/ReloadPageTool.d.ts +14 -0
- package/dist/tools/ReloadPageTool.js +20 -0
- package/dist/tools/ReloadPageTool.js.map +1 -0
- package/dist/tools/ReplayableInteraction.d.ts +62 -0
- package/dist/tools/ReplayableInteraction.js +170 -0
- package/dist/tools/ReplayableInteraction.js.map +1 -0
- package/dist/tools/RunAccessibilityTestTool.d.ts +14 -0
- package/dist/tools/RunAccessibilityTestTool.js +49 -0
- package/dist/tools/RunAccessibilityTestTool.js.map +1 -0
- package/dist/tools/RunInlineJavaScriptCodeTool.d.ts +17 -0
- package/dist/tools/RunInlineJavaScriptCodeTool.js +30 -0
- package/dist/tools/RunInlineJavaScriptCodeTool.js.map +1 -0
- package/dist/tools/RunSandboxedJavaScriptCodeTool.d.ts +18 -0
- package/dist/tools/RunSandboxedJavaScriptCodeTool.js +43 -0
- package/dist/tools/RunSandboxedJavaScriptCodeTool.js.map +1 -0
- package/dist/tools/SaveWebpageAsPdfTool.d.ts +15 -0
- package/dist/tools/SaveWebpageAsPdfTool.js +27 -0
- package/dist/tools/SaveWebpageAsPdfTool.js.map +1 -0
- package/dist/tools/ScrollPageTool.d.ts +18 -0
- package/dist/tools/ScrollPageTool.js +21 -0
- package/dist/tools/ScrollPageTool.js.map +1 -0
- package/dist/tools/SetRunModeTool.d.ts +20 -0
- package/dist/tools/SetRunModeTool.js +22 -0
- package/dist/tools/SetRunModeTool.js.map +1 -0
- package/dist/tools/SummarizeLearningsTool.d.ts +21 -0
- package/dist/tools/SummarizeLearningsTool.js +31 -0
- package/dist/tools/SummarizeLearningsTool.js.map +1 -0
- package/dist/tools/Tool.d.ts +35 -0
- package/dist/tools/Tool.js +38 -0
- package/dist/tools/Tool.js.map +1 -0
- package/dist/tools/TriggerDonobuFlowTool.d.ts +19 -0
- package/dist/tools/TriggerDonobuFlowTool.js +26 -0
- package/dist/tools/TriggerDonobuFlowTool.js.map +1 -0
- package/dist/tools/WaitTool.d.ts +18 -0
- package/dist/tools/WaitTool.js +20 -0
- package/dist/tools/WaitTool.js.map +1 -0
- package/dist/utils/DirectoryUtils.d.ts +11 -0
- package/dist/utils/DirectoryUtils.js +37 -0
- package/dist/utils/DirectoryUtils.js.map +1 -0
- package/dist/utils/JsonUtils.d.ts +19 -0
- package/dist/utils/JsonUtils.js +124 -0
- package/dist/utils/JsonUtils.js.map +1 -0
- package/dist/utils/Logger.d.ts +17 -0
- package/dist/utils/Logger.js +95 -0
- package/dist/utils/Logger.js.map +1 -0
- package/dist/utils/MiscUtils.d.ts +62 -0
- package/dist/utils/MiscUtils.js +164 -0
- package/dist/utils/MiscUtils.js.map +1 -0
- package/dist/utils/PlaywrightUtils.d.ts +180 -0
- package/dist/utils/PlaywrightUtils.js +1086 -0
- package/dist/utils/PlaywrightUtils.js.map +1 -0
- package/dist/utils/VerbConverter.d.ts +14 -0
- package/dist/utils/VerbConverter.js +96 -0
- package/dist/utils/VerbConverter.js.map +1 -0
- package/package.json +83 -0
|
@@ -0,0 +1,1403 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Galaxy S8": {
|
|
3
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 7.0; SM-G950U Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
4
|
+
"viewport": {
|
|
5
|
+
"width": 360,
|
|
6
|
+
"height": 740
|
|
7
|
+
},
|
|
8
|
+
"deviceScaleFactor": 3,
|
|
9
|
+
"isMobile": true,
|
|
10
|
+
"hasTouch": true,
|
|
11
|
+
"defaultBrowserType": "chromium"
|
|
12
|
+
},
|
|
13
|
+
"Galaxy S8 landscape": {
|
|
14
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 7.0; SM-G950U Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
15
|
+
"viewport": {
|
|
16
|
+
"width": 740,
|
|
17
|
+
"height": 360
|
|
18
|
+
},
|
|
19
|
+
"deviceScaleFactor": 3,
|
|
20
|
+
"isMobile": true,
|
|
21
|
+
"hasTouch": true,
|
|
22
|
+
"defaultBrowserType": "chromium"
|
|
23
|
+
},
|
|
24
|
+
"Galaxy S9+": {
|
|
25
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
26
|
+
"viewport": {
|
|
27
|
+
"width": 320,
|
|
28
|
+
"height": 658
|
|
29
|
+
},
|
|
30
|
+
"deviceScaleFactor": 4.5,
|
|
31
|
+
"isMobile": true,
|
|
32
|
+
"hasTouch": true,
|
|
33
|
+
"defaultBrowserType": "chromium"
|
|
34
|
+
},
|
|
35
|
+
"Galaxy S9+ landscape": {
|
|
36
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
37
|
+
"viewport": {
|
|
38
|
+
"width": 658,
|
|
39
|
+
"height": 320
|
|
40
|
+
},
|
|
41
|
+
"deviceScaleFactor": 4.5,
|
|
42
|
+
"isMobile": true,
|
|
43
|
+
"hasTouch": true,
|
|
44
|
+
"defaultBrowserType": "chromium"
|
|
45
|
+
},
|
|
46
|
+
"Galaxy Tab S4": {
|
|
47
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.1.0; SM-T837A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Safari/537.36",
|
|
48
|
+
"viewport": {
|
|
49
|
+
"width": 712,
|
|
50
|
+
"height": 1138
|
|
51
|
+
},
|
|
52
|
+
"deviceScaleFactor": 2.25,
|
|
53
|
+
"isMobile": true,
|
|
54
|
+
"hasTouch": true,
|
|
55
|
+
"defaultBrowserType": "chromium"
|
|
56
|
+
},
|
|
57
|
+
"Galaxy Tab S4 landscape": {
|
|
58
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.1.0; SM-T837A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Safari/537.36",
|
|
59
|
+
"viewport": {
|
|
60
|
+
"width": 1138,
|
|
61
|
+
"height": 712
|
|
62
|
+
},
|
|
63
|
+
"deviceScaleFactor": 2.25,
|
|
64
|
+
"isMobile": true,
|
|
65
|
+
"hasTouch": true,
|
|
66
|
+
"defaultBrowserType": "chromium"
|
|
67
|
+
},
|
|
68
|
+
"iPad (gen 5)": {
|
|
69
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
70
|
+
"viewport": {
|
|
71
|
+
"width": 768,
|
|
72
|
+
"height": 1024
|
|
73
|
+
},
|
|
74
|
+
"deviceScaleFactor": 2,
|
|
75
|
+
"isMobile": true,
|
|
76
|
+
"hasTouch": true,
|
|
77
|
+
"defaultBrowserType": "webkit"
|
|
78
|
+
},
|
|
79
|
+
"iPad (gen 5) landscape": {
|
|
80
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
81
|
+
"viewport": {
|
|
82
|
+
"width": 1024,
|
|
83
|
+
"height": 768
|
|
84
|
+
},
|
|
85
|
+
"deviceScaleFactor": 2,
|
|
86
|
+
"isMobile": true,
|
|
87
|
+
"hasTouch": true,
|
|
88
|
+
"defaultBrowserType": "webkit"
|
|
89
|
+
},
|
|
90
|
+
"iPad (gen 6)": {
|
|
91
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
92
|
+
"viewport": {
|
|
93
|
+
"width": 768,
|
|
94
|
+
"height": 1024
|
|
95
|
+
},
|
|
96
|
+
"deviceScaleFactor": 2,
|
|
97
|
+
"isMobile": true,
|
|
98
|
+
"hasTouch": true,
|
|
99
|
+
"defaultBrowserType": "webkit"
|
|
100
|
+
},
|
|
101
|
+
"iPad (gen 6) landscape": {
|
|
102
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
103
|
+
"viewport": {
|
|
104
|
+
"width": 1024,
|
|
105
|
+
"height": 768
|
|
106
|
+
},
|
|
107
|
+
"deviceScaleFactor": 2,
|
|
108
|
+
"isMobile": true,
|
|
109
|
+
"hasTouch": true,
|
|
110
|
+
"defaultBrowserType": "webkit"
|
|
111
|
+
},
|
|
112
|
+
"iPad (gen 7)": {
|
|
113
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
114
|
+
"viewport": {
|
|
115
|
+
"width": 810,
|
|
116
|
+
"height": 1080
|
|
117
|
+
},
|
|
118
|
+
"deviceScaleFactor": 2,
|
|
119
|
+
"isMobile": true,
|
|
120
|
+
"hasTouch": true,
|
|
121
|
+
"defaultBrowserType": "webkit"
|
|
122
|
+
},
|
|
123
|
+
"iPad (gen 7) landscape": {
|
|
124
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
125
|
+
"viewport": {
|
|
126
|
+
"width": 1080,
|
|
127
|
+
"height": 810
|
|
128
|
+
},
|
|
129
|
+
"deviceScaleFactor": 2,
|
|
130
|
+
"isMobile": true,
|
|
131
|
+
"hasTouch": true,
|
|
132
|
+
"defaultBrowserType": "webkit"
|
|
133
|
+
},
|
|
134
|
+
"iPad Mini": {
|
|
135
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
136
|
+
"viewport": {
|
|
137
|
+
"width": 768,
|
|
138
|
+
"height": 1024
|
|
139
|
+
},
|
|
140
|
+
"deviceScaleFactor": 2,
|
|
141
|
+
"isMobile": true,
|
|
142
|
+
"hasTouch": true,
|
|
143
|
+
"defaultBrowserType": "webkit"
|
|
144
|
+
},
|
|
145
|
+
"iPad Mini landscape": {
|
|
146
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
147
|
+
"viewport": {
|
|
148
|
+
"width": 1024,
|
|
149
|
+
"height": 768
|
|
150
|
+
},
|
|
151
|
+
"deviceScaleFactor": 2,
|
|
152
|
+
"isMobile": true,
|
|
153
|
+
"hasTouch": true,
|
|
154
|
+
"defaultBrowserType": "webkit"
|
|
155
|
+
},
|
|
156
|
+
"iPad Pro 11": {
|
|
157
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
158
|
+
"viewport": {
|
|
159
|
+
"width": 834,
|
|
160
|
+
"height": 1194
|
|
161
|
+
},
|
|
162
|
+
"deviceScaleFactor": 2,
|
|
163
|
+
"isMobile": true,
|
|
164
|
+
"hasTouch": true,
|
|
165
|
+
"defaultBrowserType": "webkit"
|
|
166
|
+
},
|
|
167
|
+
"iPad Pro 11 landscape": {
|
|
168
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
169
|
+
"viewport": {
|
|
170
|
+
"width": 1194,
|
|
171
|
+
"height": 834
|
|
172
|
+
},
|
|
173
|
+
"deviceScaleFactor": 2,
|
|
174
|
+
"isMobile": true,
|
|
175
|
+
"hasTouch": true,
|
|
176
|
+
"defaultBrowserType": "webkit"
|
|
177
|
+
},
|
|
178
|
+
"iPhone 6": {
|
|
179
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/17.4 Mobile/15A372 Safari/604.1",
|
|
180
|
+
"viewport": {
|
|
181
|
+
"width": 375,
|
|
182
|
+
"height": 667
|
|
183
|
+
},
|
|
184
|
+
"deviceScaleFactor": 2,
|
|
185
|
+
"isMobile": true,
|
|
186
|
+
"hasTouch": true,
|
|
187
|
+
"defaultBrowserType": "webkit"
|
|
188
|
+
},
|
|
189
|
+
"iPhone 6 landscape": {
|
|
190
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/17.4 Mobile/15A372 Safari/604.1",
|
|
191
|
+
"viewport": {
|
|
192
|
+
"width": 667,
|
|
193
|
+
"height": 375
|
|
194
|
+
},
|
|
195
|
+
"deviceScaleFactor": 2,
|
|
196
|
+
"isMobile": true,
|
|
197
|
+
"hasTouch": true,
|
|
198
|
+
"defaultBrowserType": "webkit"
|
|
199
|
+
},
|
|
200
|
+
"iPhone 6 Plus": {
|
|
201
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/17.4 Mobile/15A372 Safari/604.1",
|
|
202
|
+
"viewport": {
|
|
203
|
+
"width": 414,
|
|
204
|
+
"height": 736
|
|
205
|
+
},
|
|
206
|
+
"deviceScaleFactor": 3,
|
|
207
|
+
"isMobile": true,
|
|
208
|
+
"hasTouch": true,
|
|
209
|
+
"defaultBrowserType": "webkit"
|
|
210
|
+
},
|
|
211
|
+
"iPhone 6 Plus landscape": {
|
|
212
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/17.4 Mobile/15A372 Safari/604.1",
|
|
213
|
+
"viewport": {
|
|
214
|
+
"width": 736,
|
|
215
|
+
"height": 414
|
|
216
|
+
},
|
|
217
|
+
"deviceScaleFactor": 3,
|
|
218
|
+
"isMobile": true,
|
|
219
|
+
"hasTouch": true,
|
|
220
|
+
"defaultBrowserType": "webkit"
|
|
221
|
+
},
|
|
222
|
+
"iPhone 7": {
|
|
223
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/17.4 Mobile/15A372 Safari/604.1",
|
|
224
|
+
"viewport": {
|
|
225
|
+
"width": 375,
|
|
226
|
+
"height": 667
|
|
227
|
+
},
|
|
228
|
+
"deviceScaleFactor": 2,
|
|
229
|
+
"isMobile": true,
|
|
230
|
+
"hasTouch": true,
|
|
231
|
+
"defaultBrowserType": "webkit"
|
|
232
|
+
},
|
|
233
|
+
"iPhone 7 landscape": {
|
|
234
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/17.4 Mobile/15A372 Safari/604.1",
|
|
235
|
+
"viewport": {
|
|
236
|
+
"width": 667,
|
|
237
|
+
"height": 375
|
|
238
|
+
},
|
|
239
|
+
"deviceScaleFactor": 2,
|
|
240
|
+
"isMobile": true,
|
|
241
|
+
"hasTouch": true,
|
|
242
|
+
"defaultBrowserType": "webkit"
|
|
243
|
+
},
|
|
244
|
+
"iPhone 7 Plus": {
|
|
245
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/17.4 Mobile/15A372 Safari/604.1",
|
|
246
|
+
"viewport": {
|
|
247
|
+
"width": 414,
|
|
248
|
+
"height": 736
|
|
249
|
+
},
|
|
250
|
+
"deviceScaleFactor": 3,
|
|
251
|
+
"isMobile": true,
|
|
252
|
+
"hasTouch": true,
|
|
253
|
+
"defaultBrowserType": "webkit"
|
|
254
|
+
},
|
|
255
|
+
"iPhone 7 Plus landscape": {
|
|
256
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/17.4 Mobile/15A372 Safari/604.1",
|
|
257
|
+
"viewport": {
|
|
258
|
+
"width": 736,
|
|
259
|
+
"height": 414
|
|
260
|
+
},
|
|
261
|
+
"deviceScaleFactor": 3,
|
|
262
|
+
"isMobile": true,
|
|
263
|
+
"hasTouch": true,
|
|
264
|
+
"defaultBrowserType": "webkit"
|
|
265
|
+
},
|
|
266
|
+
"iPhone 8": {
|
|
267
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/17.4 Mobile/15A372 Safari/604.1",
|
|
268
|
+
"viewport": {
|
|
269
|
+
"width": 375,
|
|
270
|
+
"height": 667
|
|
271
|
+
},
|
|
272
|
+
"deviceScaleFactor": 2,
|
|
273
|
+
"isMobile": true,
|
|
274
|
+
"hasTouch": true,
|
|
275
|
+
"defaultBrowserType": "webkit"
|
|
276
|
+
},
|
|
277
|
+
"iPhone 8 landscape": {
|
|
278
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/17.4 Mobile/15A372 Safari/604.1",
|
|
279
|
+
"viewport": {
|
|
280
|
+
"width": 667,
|
|
281
|
+
"height": 375
|
|
282
|
+
},
|
|
283
|
+
"deviceScaleFactor": 2,
|
|
284
|
+
"isMobile": true,
|
|
285
|
+
"hasTouch": true,
|
|
286
|
+
"defaultBrowserType": "webkit"
|
|
287
|
+
},
|
|
288
|
+
"iPhone 8 Plus": {
|
|
289
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/17.4 Mobile/15A372 Safari/604.1",
|
|
290
|
+
"viewport": {
|
|
291
|
+
"width": 414,
|
|
292
|
+
"height": 736
|
|
293
|
+
},
|
|
294
|
+
"deviceScaleFactor": 3,
|
|
295
|
+
"isMobile": true,
|
|
296
|
+
"hasTouch": true,
|
|
297
|
+
"defaultBrowserType": "webkit"
|
|
298
|
+
},
|
|
299
|
+
"iPhone 8 Plus landscape": {
|
|
300
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/17.4 Mobile/15A372 Safari/604.1",
|
|
301
|
+
"viewport": {
|
|
302
|
+
"width": 736,
|
|
303
|
+
"height": 414
|
|
304
|
+
},
|
|
305
|
+
"deviceScaleFactor": 3,
|
|
306
|
+
"isMobile": true,
|
|
307
|
+
"hasTouch": true,
|
|
308
|
+
"defaultBrowserType": "webkit"
|
|
309
|
+
},
|
|
310
|
+
"iPhone SE": {
|
|
311
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/17.4 Mobile/14E304 Safari/602.1",
|
|
312
|
+
"viewport": {
|
|
313
|
+
"width": 320,
|
|
314
|
+
"height": 568
|
|
315
|
+
},
|
|
316
|
+
"deviceScaleFactor": 2,
|
|
317
|
+
"isMobile": true,
|
|
318
|
+
"hasTouch": true,
|
|
319
|
+
"defaultBrowserType": "webkit"
|
|
320
|
+
},
|
|
321
|
+
"iPhone SE landscape": {
|
|
322
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/17.4 Mobile/14E304 Safari/602.1",
|
|
323
|
+
"viewport": {
|
|
324
|
+
"width": 568,
|
|
325
|
+
"height": 320
|
|
326
|
+
},
|
|
327
|
+
"deviceScaleFactor": 2,
|
|
328
|
+
"isMobile": true,
|
|
329
|
+
"hasTouch": true,
|
|
330
|
+
"defaultBrowserType": "webkit"
|
|
331
|
+
},
|
|
332
|
+
"iPhone X": {
|
|
333
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/17.4 Mobile/15A372 Safari/604.1",
|
|
334
|
+
"viewport": {
|
|
335
|
+
"width": 375,
|
|
336
|
+
"height": 812
|
|
337
|
+
},
|
|
338
|
+
"deviceScaleFactor": 3,
|
|
339
|
+
"isMobile": true,
|
|
340
|
+
"hasTouch": true,
|
|
341
|
+
"defaultBrowserType": "webkit"
|
|
342
|
+
},
|
|
343
|
+
"iPhone X landscape": {
|
|
344
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/17.4 Mobile/15A372 Safari/604.1",
|
|
345
|
+
"viewport": {
|
|
346
|
+
"width": 812,
|
|
347
|
+
"height": 375
|
|
348
|
+
},
|
|
349
|
+
"deviceScaleFactor": 3,
|
|
350
|
+
"isMobile": true,
|
|
351
|
+
"hasTouch": true,
|
|
352
|
+
"defaultBrowserType": "webkit"
|
|
353
|
+
},
|
|
354
|
+
"iPhone XR": {
|
|
355
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
356
|
+
"viewport": {
|
|
357
|
+
"width": 414,
|
|
358
|
+
"height": 896
|
|
359
|
+
},
|
|
360
|
+
"deviceScaleFactor": 3,
|
|
361
|
+
"isMobile": true,
|
|
362
|
+
"hasTouch": true,
|
|
363
|
+
"defaultBrowserType": "webkit"
|
|
364
|
+
},
|
|
365
|
+
"iPhone XR landscape": {
|
|
366
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
367
|
+
"viewport": {
|
|
368
|
+
"width": 896,
|
|
369
|
+
"height": 414
|
|
370
|
+
},
|
|
371
|
+
"deviceScaleFactor": 3,
|
|
372
|
+
"isMobile": true,
|
|
373
|
+
"hasTouch": true,
|
|
374
|
+
"defaultBrowserType": "webkit"
|
|
375
|
+
},
|
|
376
|
+
"iPhone 11": {
|
|
377
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
378
|
+
"screen": {
|
|
379
|
+
"width": 414,
|
|
380
|
+
"height": 896
|
|
381
|
+
},
|
|
382
|
+
"viewport": {
|
|
383
|
+
"width": 414,
|
|
384
|
+
"height": 715
|
|
385
|
+
},
|
|
386
|
+
"deviceScaleFactor": 2,
|
|
387
|
+
"isMobile": true,
|
|
388
|
+
"hasTouch": true,
|
|
389
|
+
"defaultBrowserType": "webkit"
|
|
390
|
+
},
|
|
391
|
+
"iPhone 11 landscape": {
|
|
392
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
393
|
+
"screen": {
|
|
394
|
+
"width": 414,
|
|
395
|
+
"height": 896
|
|
396
|
+
},
|
|
397
|
+
"viewport": {
|
|
398
|
+
"width": 800,
|
|
399
|
+
"height": 364
|
|
400
|
+
},
|
|
401
|
+
"deviceScaleFactor": 2,
|
|
402
|
+
"isMobile": true,
|
|
403
|
+
"hasTouch": true,
|
|
404
|
+
"defaultBrowserType": "webkit"
|
|
405
|
+
},
|
|
406
|
+
"iPhone 11 Pro": {
|
|
407
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
408
|
+
"screen": {
|
|
409
|
+
"width": 375,
|
|
410
|
+
"height": 812
|
|
411
|
+
},
|
|
412
|
+
"viewport": {
|
|
413
|
+
"width": 375,
|
|
414
|
+
"height": 635
|
|
415
|
+
},
|
|
416
|
+
"deviceScaleFactor": 3,
|
|
417
|
+
"isMobile": true,
|
|
418
|
+
"hasTouch": true,
|
|
419
|
+
"defaultBrowserType": "webkit"
|
|
420
|
+
},
|
|
421
|
+
"iPhone 11 Pro landscape": {
|
|
422
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
423
|
+
"screen": {
|
|
424
|
+
"width": 375,
|
|
425
|
+
"height": 812
|
|
426
|
+
},
|
|
427
|
+
"viewport": {
|
|
428
|
+
"width": 724,
|
|
429
|
+
"height": 325
|
|
430
|
+
},
|
|
431
|
+
"deviceScaleFactor": 3,
|
|
432
|
+
"isMobile": true,
|
|
433
|
+
"hasTouch": true,
|
|
434
|
+
"defaultBrowserType": "webkit"
|
|
435
|
+
},
|
|
436
|
+
"iPhone 11 Pro Max": {
|
|
437
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
438
|
+
"screen": {
|
|
439
|
+
"width": 414,
|
|
440
|
+
"height": 896
|
|
441
|
+
},
|
|
442
|
+
"viewport": {
|
|
443
|
+
"width": 414,
|
|
444
|
+
"height": 715
|
|
445
|
+
},
|
|
446
|
+
"deviceScaleFactor": 3,
|
|
447
|
+
"isMobile": true,
|
|
448
|
+
"hasTouch": true,
|
|
449
|
+
"defaultBrowserType": "webkit"
|
|
450
|
+
},
|
|
451
|
+
"iPhone 11 Pro Max landscape": {
|
|
452
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
453
|
+
"screen": {
|
|
454
|
+
"width": 414,
|
|
455
|
+
"height": 896
|
|
456
|
+
},
|
|
457
|
+
"viewport": {
|
|
458
|
+
"width": 808,
|
|
459
|
+
"height": 364
|
|
460
|
+
},
|
|
461
|
+
"deviceScaleFactor": 3,
|
|
462
|
+
"isMobile": true,
|
|
463
|
+
"hasTouch": true,
|
|
464
|
+
"defaultBrowserType": "webkit"
|
|
465
|
+
},
|
|
466
|
+
"iPhone 12": {
|
|
467
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
468
|
+
"screen": {
|
|
469
|
+
"width": 390,
|
|
470
|
+
"height": 844
|
|
471
|
+
},
|
|
472
|
+
"viewport": {
|
|
473
|
+
"width": 390,
|
|
474
|
+
"height": 664
|
|
475
|
+
},
|
|
476
|
+
"deviceScaleFactor": 3,
|
|
477
|
+
"isMobile": true,
|
|
478
|
+
"hasTouch": true,
|
|
479
|
+
"defaultBrowserType": "webkit"
|
|
480
|
+
},
|
|
481
|
+
"iPhone 12 landscape": {
|
|
482
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
483
|
+
"screen": {
|
|
484
|
+
"width": 390,
|
|
485
|
+
"height": 844
|
|
486
|
+
},
|
|
487
|
+
"viewport": {
|
|
488
|
+
"width": 750,
|
|
489
|
+
"height": 340
|
|
490
|
+
},
|
|
491
|
+
"deviceScaleFactor": 3,
|
|
492
|
+
"isMobile": true,
|
|
493
|
+
"hasTouch": true,
|
|
494
|
+
"defaultBrowserType": "webkit"
|
|
495
|
+
},
|
|
496
|
+
"iPhone 12 Pro": {
|
|
497
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
498
|
+
"screen": {
|
|
499
|
+
"width": 390,
|
|
500
|
+
"height": 844
|
|
501
|
+
},
|
|
502
|
+
"viewport": {
|
|
503
|
+
"width": 390,
|
|
504
|
+
"height": 664
|
|
505
|
+
},
|
|
506
|
+
"deviceScaleFactor": 3,
|
|
507
|
+
"isMobile": true,
|
|
508
|
+
"hasTouch": true,
|
|
509
|
+
"defaultBrowserType": "webkit"
|
|
510
|
+
},
|
|
511
|
+
"iPhone 12 Pro landscape": {
|
|
512
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
513
|
+
"screen": {
|
|
514
|
+
"width": 390,
|
|
515
|
+
"height": 844
|
|
516
|
+
},
|
|
517
|
+
"viewport": {
|
|
518
|
+
"width": 750,
|
|
519
|
+
"height": 340
|
|
520
|
+
},
|
|
521
|
+
"deviceScaleFactor": 3,
|
|
522
|
+
"isMobile": true,
|
|
523
|
+
"hasTouch": true,
|
|
524
|
+
"defaultBrowserType": "webkit"
|
|
525
|
+
},
|
|
526
|
+
"iPhone 12 Pro Max": {
|
|
527
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
528
|
+
"screen": {
|
|
529
|
+
"width": 428,
|
|
530
|
+
"height": 926
|
|
531
|
+
},
|
|
532
|
+
"viewport": {
|
|
533
|
+
"width": 428,
|
|
534
|
+
"height": 746
|
|
535
|
+
},
|
|
536
|
+
"deviceScaleFactor": 3,
|
|
537
|
+
"isMobile": true,
|
|
538
|
+
"hasTouch": true,
|
|
539
|
+
"defaultBrowserType": "webkit"
|
|
540
|
+
},
|
|
541
|
+
"iPhone 12 Pro Max landscape": {
|
|
542
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
543
|
+
"screen": {
|
|
544
|
+
"width": 428,
|
|
545
|
+
"height": 926
|
|
546
|
+
},
|
|
547
|
+
"viewport": {
|
|
548
|
+
"width": 832,
|
|
549
|
+
"height": 378
|
|
550
|
+
},
|
|
551
|
+
"deviceScaleFactor": 3,
|
|
552
|
+
"isMobile": true,
|
|
553
|
+
"hasTouch": true,
|
|
554
|
+
"defaultBrowserType": "webkit"
|
|
555
|
+
},
|
|
556
|
+
"iPhone 12 Mini": {
|
|
557
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
558
|
+
"screen": {
|
|
559
|
+
"width": 375,
|
|
560
|
+
"height": 812
|
|
561
|
+
},
|
|
562
|
+
"viewport": {
|
|
563
|
+
"width": 375,
|
|
564
|
+
"height": 629
|
|
565
|
+
},
|
|
566
|
+
"deviceScaleFactor": 3,
|
|
567
|
+
"isMobile": true,
|
|
568
|
+
"hasTouch": true,
|
|
569
|
+
"defaultBrowserType": "webkit"
|
|
570
|
+
},
|
|
571
|
+
"iPhone 12 Mini landscape": {
|
|
572
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
573
|
+
"screen": {
|
|
574
|
+
"width": 375,
|
|
575
|
+
"height": 812
|
|
576
|
+
},
|
|
577
|
+
"viewport": {
|
|
578
|
+
"width": 712,
|
|
579
|
+
"height": 325
|
|
580
|
+
},
|
|
581
|
+
"deviceScaleFactor": 3,
|
|
582
|
+
"isMobile": true,
|
|
583
|
+
"hasTouch": true,
|
|
584
|
+
"defaultBrowserType": "webkit"
|
|
585
|
+
},
|
|
586
|
+
"iPhone 13": {
|
|
587
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
588
|
+
"screen": {
|
|
589
|
+
"width": 390,
|
|
590
|
+
"height": 844
|
|
591
|
+
},
|
|
592
|
+
"viewport": {
|
|
593
|
+
"width": 390,
|
|
594
|
+
"height": 664
|
|
595
|
+
},
|
|
596
|
+
"deviceScaleFactor": 3,
|
|
597
|
+
"isMobile": true,
|
|
598
|
+
"hasTouch": true,
|
|
599
|
+
"defaultBrowserType": "webkit"
|
|
600
|
+
},
|
|
601
|
+
"iPhone 13 landscape": {
|
|
602
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
603
|
+
"screen": {
|
|
604
|
+
"width": 390,
|
|
605
|
+
"height": 844
|
|
606
|
+
},
|
|
607
|
+
"viewport": {
|
|
608
|
+
"width": 750,
|
|
609
|
+
"height": 342
|
|
610
|
+
},
|
|
611
|
+
"deviceScaleFactor": 3,
|
|
612
|
+
"isMobile": true,
|
|
613
|
+
"hasTouch": true,
|
|
614
|
+
"defaultBrowserType": "webkit"
|
|
615
|
+
},
|
|
616
|
+
"iPhone 13 Pro": {
|
|
617
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
618
|
+
"screen": {
|
|
619
|
+
"width": 390,
|
|
620
|
+
"height": 844
|
|
621
|
+
},
|
|
622
|
+
"viewport": {
|
|
623
|
+
"width": 390,
|
|
624
|
+
"height": 664
|
|
625
|
+
},
|
|
626
|
+
"deviceScaleFactor": 3,
|
|
627
|
+
"isMobile": true,
|
|
628
|
+
"hasTouch": true,
|
|
629
|
+
"defaultBrowserType": "webkit"
|
|
630
|
+
},
|
|
631
|
+
"iPhone 13 Pro landscape": {
|
|
632
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
633
|
+
"screen": {
|
|
634
|
+
"width": 390,
|
|
635
|
+
"height": 844
|
|
636
|
+
},
|
|
637
|
+
"viewport": {
|
|
638
|
+
"width": 750,
|
|
639
|
+
"height": 342
|
|
640
|
+
},
|
|
641
|
+
"deviceScaleFactor": 3,
|
|
642
|
+
"isMobile": true,
|
|
643
|
+
"hasTouch": true,
|
|
644
|
+
"defaultBrowserType": "webkit"
|
|
645
|
+
},
|
|
646
|
+
"iPhone 13 Pro Max": {
|
|
647
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
648
|
+
"screen": {
|
|
649
|
+
"width": 428,
|
|
650
|
+
"height": 926
|
|
651
|
+
},
|
|
652
|
+
"viewport": {
|
|
653
|
+
"width": 428,
|
|
654
|
+
"height": 746
|
|
655
|
+
},
|
|
656
|
+
"deviceScaleFactor": 3,
|
|
657
|
+
"isMobile": true,
|
|
658
|
+
"hasTouch": true,
|
|
659
|
+
"defaultBrowserType": "webkit"
|
|
660
|
+
},
|
|
661
|
+
"iPhone 13 Pro Max landscape": {
|
|
662
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
663
|
+
"screen": {
|
|
664
|
+
"width": 428,
|
|
665
|
+
"height": 926
|
|
666
|
+
},
|
|
667
|
+
"viewport": {
|
|
668
|
+
"width": 832,
|
|
669
|
+
"height": 380
|
|
670
|
+
},
|
|
671
|
+
"deviceScaleFactor": 3,
|
|
672
|
+
"isMobile": true,
|
|
673
|
+
"hasTouch": true,
|
|
674
|
+
"defaultBrowserType": "webkit"
|
|
675
|
+
},
|
|
676
|
+
"iPhone 13 Mini": {
|
|
677
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
678
|
+
"screen": {
|
|
679
|
+
"width": 375,
|
|
680
|
+
"height": 812
|
|
681
|
+
},
|
|
682
|
+
"viewport": {
|
|
683
|
+
"width": 375,
|
|
684
|
+
"height": 629
|
|
685
|
+
},
|
|
686
|
+
"deviceScaleFactor": 3,
|
|
687
|
+
"isMobile": true,
|
|
688
|
+
"hasTouch": true,
|
|
689
|
+
"defaultBrowserType": "webkit"
|
|
690
|
+
},
|
|
691
|
+
"iPhone 13 Mini landscape": {
|
|
692
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
693
|
+
"screen": {
|
|
694
|
+
"width": 375,
|
|
695
|
+
"height": 812
|
|
696
|
+
},
|
|
697
|
+
"viewport": {
|
|
698
|
+
"width": 712,
|
|
699
|
+
"height": 327
|
|
700
|
+
},
|
|
701
|
+
"deviceScaleFactor": 3,
|
|
702
|
+
"isMobile": true,
|
|
703
|
+
"hasTouch": true,
|
|
704
|
+
"defaultBrowserType": "webkit"
|
|
705
|
+
},
|
|
706
|
+
"iPhone 14": {
|
|
707
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
708
|
+
"screen": {
|
|
709
|
+
"width": 390,
|
|
710
|
+
"height": 844
|
|
711
|
+
},
|
|
712
|
+
"viewport": {
|
|
713
|
+
"width": 390,
|
|
714
|
+
"height": 664
|
|
715
|
+
},
|
|
716
|
+
"deviceScaleFactor": 3,
|
|
717
|
+
"isMobile": true,
|
|
718
|
+
"hasTouch": true,
|
|
719
|
+
"defaultBrowserType": "webkit"
|
|
720
|
+
},
|
|
721
|
+
"iPhone 14 landscape": {
|
|
722
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
723
|
+
"screen": {
|
|
724
|
+
"width": 390,
|
|
725
|
+
"height": 844
|
|
726
|
+
},
|
|
727
|
+
"viewport": {
|
|
728
|
+
"width": 750,
|
|
729
|
+
"height": 340
|
|
730
|
+
},
|
|
731
|
+
"deviceScaleFactor": 3,
|
|
732
|
+
"isMobile": true,
|
|
733
|
+
"hasTouch": true,
|
|
734
|
+
"defaultBrowserType": "webkit"
|
|
735
|
+
},
|
|
736
|
+
"iPhone 14 Plus": {
|
|
737
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
738
|
+
"screen": {
|
|
739
|
+
"width": 428,
|
|
740
|
+
"height": 926
|
|
741
|
+
},
|
|
742
|
+
"viewport": {
|
|
743
|
+
"width": 428,
|
|
744
|
+
"height": 746
|
|
745
|
+
},
|
|
746
|
+
"deviceScaleFactor": 3,
|
|
747
|
+
"isMobile": true,
|
|
748
|
+
"hasTouch": true,
|
|
749
|
+
"defaultBrowserType": "webkit"
|
|
750
|
+
},
|
|
751
|
+
"iPhone 14 Plus landscape": {
|
|
752
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
753
|
+
"screen": {
|
|
754
|
+
"width": 428,
|
|
755
|
+
"height": 926
|
|
756
|
+
},
|
|
757
|
+
"viewport": {
|
|
758
|
+
"width": 832,
|
|
759
|
+
"height": 378
|
|
760
|
+
},
|
|
761
|
+
"deviceScaleFactor": 3,
|
|
762
|
+
"isMobile": true,
|
|
763
|
+
"hasTouch": true,
|
|
764
|
+
"defaultBrowserType": "webkit"
|
|
765
|
+
},
|
|
766
|
+
"iPhone 14 Pro": {
|
|
767
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
768
|
+
"screen": {
|
|
769
|
+
"width": 393,
|
|
770
|
+
"height": 852
|
|
771
|
+
},
|
|
772
|
+
"viewport": {
|
|
773
|
+
"width": 393,
|
|
774
|
+
"height": 660
|
|
775
|
+
},
|
|
776
|
+
"deviceScaleFactor": 3,
|
|
777
|
+
"isMobile": true,
|
|
778
|
+
"hasTouch": true,
|
|
779
|
+
"defaultBrowserType": "webkit"
|
|
780
|
+
},
|
|
781
|
+
"iPhone 14 Pro landscape": {
|
|
782
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
783
|
+
"screen": {
|
|
784
|
+
"width": 393,
|
|
785
|
+
"height": 852
|
|
786
|
+
},
|
|
787
|
+
"viewport": {
|
|
788
|
+
"width": 734,
|
|
789
|
+
"height": 343
|
|
790
|
+
},
|
|
791
|
+
"deviceScaleFactor": 3,
|
|
792
|
+
"isMobile": true,
|
|
793
|
+
"hasTouch": true,
|
|
794
|
+
"defaultBrowserType": "webkit"
|
|
795
|
+
},
|
|
796
|
+
"iPhone 14 Pro Max": {
|
|
797
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
798
|
+
"screen": {
|
|
799
|
+
"width": 430,
|
|
800
|
+
"height": 932
|
|
801
|
+
},
|
|
802
|
+
"viewport": {
|
|
803
|
+
"width": 430,
|
|
804
|
+
"height": 740
|
|
805
|
+
},
|
|
806
|
+
"deviceScaleFactor": 3,
|
|
807
|
+
"isMobile": true,
|
|
808
|
+
"hasTouch": true,
|
|
809
|
+
"defaultBrowserType": "webkit"
|
|
810
|
+
},
|
|
811
|
+
"iPhone 14 Pro Max landscape": {
|
|
812
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1",
|
|
813
|
+
"screen": {
|
|
814
|
+
"width": 430,
|
|
815
|
+
"height": 932
|
|
816
|
+
},
|
|
817
|
+
"viewport": {
|
|
818
|
+
"width": 814,
|
|
819
|
+
"height": 380
|
|
820
|
+
},
|
|
821
|
+
"deviceScaleFactor": 3,
|
|
822
|
+
"isMobile": true,
|
|
823
|
+
"hasTouch": true,
|
|
824
|
+
"defaultBrowserType": "webkit"
|
|
825
|
+
},
|
|
826
|
+
"Kindle Fire HDX": {
|
|
827
|
+
"userAgent": "Mozilla/5.0 (Linux; U; en-us; KFAPWI Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Silk/3.13 Safari/535.19 Silk-Accelerated=true",
|
|
828
|
+
"viewport": {
|
|
829
|
+
"width": 800,
|
|
830
|
+
"height": 1280
|
|
831
|
+
},
|
|
832
|
+
"deviceScaleFactor": 2,
|
|
833
|
+
"isMobile": true,
|
|
834
|
+
"hasTouch": true,
|
|
835
|
+
"defaultBrowserType": "webkit"
|
|
836
|
+
},
|
|
837
|
+
"Kindle Fire HDX landscape": {
|
|
838
|
+
"userAgent": "Mozilla/5.0 (Linux; U; en-us; KFAPWI Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Silk/3.13 Safari/535.19 Silk-Accelerated=true",
|
|
839
|
+
"viewport": {
|
|
840
|
+
"width": 1280,
|
|
841
|
+
"height": 800
|
|
842
|
+
},
|
|
843
|
+
"deviceScaleFactor": 2,
|
|
844
|
+
"isMobile": true,
|
|
845
|
+
"hasTouch": true,
|
|
846
|
+
"defaultBrowserType": "webkit"
|
|
847
|
+
},
|
|
848
|
+
"LG Optimus L70": {
|
|
849
|
+
"userAgent": "Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; LGMS323 Build/KOT49I.MS32310c) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
850
|
+
"viewport": {
|
|
851
|
+
"width": 384,
|
|
852
|
+
"height": 640
|
|
853
|
+
},
|
|
854
|
+
"deviceScaleFactor": 1.25,
|
|
855
|
+
"isMobile": true,
|
|
856
|
+
"hasTouch": true,
|
|
857
|
+
"defaultBrowserType": "chromium"
|
|
858
|
+
},
|
|
859
|
+
"LG Optimus L70 landscape": {
|
|
860
|
+
"userAgent": "Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; LGMS323 Build/KOT49I.MS32310c) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
861
|
+
"viewport": {
|
|
862
|
+
"width": 640,
|
|
863
|
+
"height": 384
|
|
864
|
+
},
|
|
865
|
+
"deviceScaleFactor": 1.25,
|
|
866
|
+
"isMobile": true,
|
|
867
|
+
"hasTouch": true,
|
|
868
|
+
"defaultBrowserType": "chromium"
|
|
869
|
+
},
|
|
870
|
+
"Nexus 10": {
|
|
871
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 10 Build/MOB31T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Safari/537.36",
|
|
872
|
+
"viewport": {
|
|
873
|
+
"width": 800,
|
|
874
|
+
"height": 1280
|
|
875
|
+
},
|
|
876
|
+
"deviceScaleFactor": 2,
|
|
877
|
+
"isMobile": true,
|
|
878
|
+
"hasTouch": true,
|
|
879
|
+
"defaultBrowserType": "chromium"
|
|
880
|
+
},
|
|
881
|
+
"Nexus 10 landscape": {
|
|
882
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 10 Build/MOB31T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Safari/537.36",
|
|
883
|
+
"viewport": {
|
|
884
|
+
"width": 1280,
|
|
885
|
+
"height": 800
|
|
886
|
+
},
|
|
887
|
+
"deviceScaleFactor": 2,
|
|
888
|
+
"isMobile": true,
|
|
889
|
+
"hasTouch": true,
|
|
890
|
+
"defaultBrowserType": "chromium"
|
|
891
|
+
},
|
|
892
|
+
"Nexus 4": {
|
|
893
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
894
|
+
"viewport": {
|
|
895
|
+
"width": 384,
|
|
896
|
+
"height": 640
|
|
897
|
+
},
|
|
898
|
+
"deviceScaleFactor": 2,
|
|
899
|
+
"isMobile": true,
|
|
900
|
+
"hasTouch": true,
|
|
901
|
+
"defaultBrowserType": "chromium"
|
|
902
|
+
},
|
|
903
|
+
"Nexus 4 landscape": {
|
|
904
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
905
|
+
"viewport": {
|
|
906
|
+
"width": 640,
|
|
907
|
+
"height": 384
|
|
908
|
+
},
|
|
909
|
+
"deviceScaleFactor": 2,
|
|
910
|
+
"isMobile": true,
|
|
911
|
+
"hasTouch": true,
|
|
912
|
+
"defaultBrowserType": "chromium"
|
|
913
|
+
},
|
|
914
|
+
"Nexus 5": {
|
|
915
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
916
|
+
"viewport": {
|
|
917
|
+
"width": 360,
|
|
918
|
+
"height": 640
|
|
919
|
+
},
|
|
920
|
+
"deviceScaleFactor": 3,
|
|
921
|
+
"isMobile": true,
|
|
922
|
+
"hasTouch": true,
|
|
923
|
+
"defaultBrowserType": "chromium"
|
|
924
|
+
},
|
|
925
|
+
"Nexus 5 landscape": {
|
|
926
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
927
|
+
"viewport": {
|
|
928
|
+
"width": 640,
|
|
929
|
+
"height": 360
|
|
930
|
+
},
|
|
931
|
+
"deviceScaleFactor": 3,
|
|
932
|
+
"isMobile": true,
|
|
933
|
+
"hasTouch": true,
|
|
934
|
+
"defaultBrowserType": "chromium"
|
|
935
|
+
},
|
|
936
|
+
"Nexus 5X": {
|
|
937
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
938
|
+
"viewport": {
|
|
939
|
+
"width": 412,
|
|
940
|
+
"height": 732
|
|
941
|
+
},
|
|
942
|
+
"deviceScaleFactor": 2.625,
|
|
943
|
+
"isMobile": true,
|
|
944
|
+
"hasTouch": true,
|
|
945
|
+
"defaultBrowserType": "chromium"
|
|
946
|
+
},
|
|
947
|
+
"Nexus 5X landscape": {
|
|
948
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
949
|
+
"viewport": {
|
|
950
|
+
"width": 732,
|
|
951
|
+
"height": 412
|
|
952
|
+
},
|
|
953
|
+
"deviceScaleFactor": 2.625,
|
|
954
|
+
"isMobile": true,
|
|
955
|
+
"hasTouch": true,
|
|
956
|
+
"defaultBrowserType": "chromium"
|
|
957
|
+
},
|
|
958
|
+
"Nexus 6": {
|
|
959
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 7.1.1; Nexus 6 Build/N6F26U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
960
|
+
"viewport": {
|
|
961
|
+
"width": 412,
|
|
962
|
+
"height": 732
|
|
963
|
+
},
|
|
964
|
+
"deviceScaleFactor": 3.5,
|
|
965
|
+
"isMobile": true,
|
|
966
|
+
"hasTouch": true,
|
|
967
|
+
"defaultBrowserType": "chromium"
|
|
968
|
+
},
|
|
969
|
+
"Nexus 6 landscape": {
|
|
970
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 7.1.1; Nexus 6 Build/N6F26U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
971
|
+
"viewport": {
|
|
972
|
+
"width": 732,
|
|
973
|
+
"height": 412
|
|
974
|
+
},
|
|
975
|
+
"deviceScaleFactor": 3.5,
|
|
976
|
+
"isMobile": true,
|
|
977
|
+
"hasTouch": true,
|
|
978
|
+
"defaultBrowserType": "chromium"
|
|
979
|
+
},
|
|
980
|
+
"Nexus 6P": {
|
|
981
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; Nexus 6P Build/OPP3.170518.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
982
|
+
"viewport": {
|
|
983
|
+
"width": 412,
|
|
984
|
+
"height": 732
|
|
985
|
+
},
|
|
986
|
+
"deviceScaleFactor": 3.5,
|
|
987
|
+
"isMobile": true,
|
|
988
|
+
"hasTouch": true,
|
|
989
|
+
"defaultBrowserType": "chromium"
|
|
990
|
+
},
|
|
991
|
+
"Nexus 6P landscape": {
|
|
992
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; Nexus 6P Build/OPP3.170518.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
993
|
+
"viewport": {
|
|
994
|
+
"width": 732,
|
|
995
|
+
"height": 412
|
|
996
|
+
},
|
|
997
|
+
"deviceScaleFactor": 3.5,
|
|
998
|
+
"isMobile": true,
|
|
999
|
+
"hasTouch": true,
|
|
1000
|
+
"defaultBrowserType": "chromium"
|
|
1001
|
+
},
|
|
1002
|
+
"Nexus 7": {
|
|
1003
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 7 Build/MOB30X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Safari/537.36",
|
|
1004
|
+
"viewport": {
|
|
1005
|
+
"width": 600,
|
|
1006
|
+
"height": 960
|
|
1007
|
+
},
|
|
1008
|
+
"deviceScaleFactor": 2,
|
|
1009
|
+
"isMobile": true,
|
|
1010
|
+
"hasTouch": true,
|
|
1011
|
+
"defaultBrowserType": "chromium"
|
|
1012
|
+
},
|
|
1013
|
+
"Nexus 7 landscape": {
|
|
1014
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 7 Build/MOB30X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Safari/537.36",
|
|
1015
|
+
"viewport": {
|
|
1016
|
+
"width": 960,
|
|
1017
|
+
"height": 600
|
|
1018
|
+
},
|
|
1019
|
+
"deviceScaleFactor": 2,
|
|
1020
|
+
"isMobile": true,
|
|
1021
|
+
"hasTouch": true,
|
|
1022
|
+
"defaultBrowserType": "chromium"
|
|
1023
|
+
},
|
|
1024
|
+
"Nokia Lumia 520": {
|
|
1025
|
+
"userAgent": "Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 520)",
|
|
1026
|
+
"viewport": {
|
|
1027
|
+
"width": 320,
|
|
1028
|
+
"height": 533
|
|
1029
|
+
},
|
|
1030
|
+
"deviceScaleFactor": 1.5,
|
|
1031
|
+
"isMobile": true,
|
|
1032
|
+
"hasTouch": true,
|
|
1033
|
+
"defaultBrowserType": "chromium"
|
|
1034
|
+
},
|
|
1035
|
+
"Nokia Lumia 520 landscape": {
|
|
1036
|
+
"userAgent": "Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 520)",
|
|
1037
|
+
"viewport": {
|
|
1038
|
+
"width": 533,
|
|
1039
|
+
"height": 320
|
|
1040
|
+
},
|
|
1041
|
+
"deviceScaleFactor": 1.5,
|
|
1042
|
+
"isMobile": true,
|
|
1043
|
+
"hasTouch": true,
|
|
1044
|
+
"defaultBrowserType": "chromium"
|
|
1045
|
+
},
|
|
1046
|
+
"Nokia N9": {
|
|
1047
|
+
"userAgent": "Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 (KHTML, like Gecko) NokiaBrowser/8.5.0 Mobile Safari/534.13",
|
|
1048
|
+
"viewport": {
|
|
1049
|
+
"width": 480,
|
|
1050
|
+
"height": 854
|
|
1051
|
+
},
|
|
1052
|
+
"deviceScaleFactor": 1,
|
|
1053
|
+
"isMobile": true,
|
|
1054
|
+
"hasTouch": true,
|
|
1055
|
+
"defaultBrowserType": "webkit"
|
|
1056
|
+
},
|
|
1057
|
+
"Nokia N9 landscape": {
|
|
1058
|
+
"userAgent": "Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 (KHTML, like Gecko) NokiaBrowser/8.5.0 Mobile Safari/534.13",
|
|
1059
|
+
"viewport": {
|
|
1060
|
+
"width": 854,
|
|
1061
|
+
"height": 480
|
|
1062
|
+
},
|
|
1063
|
+
"deviceScaleFactor": 1,
|
|
1064
|
+
"isMobile": true,
|
|
1065
|
+
"hasTouch": true,
|
|
1066
|
+
"defaultBrowserType": "webkit"
|
|
1067
|
+
},
|
|
1068
|
+
"Pixel 2": {
|
|
1069
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
1070
|
+
"viewport": {
|
|
1071
|
+
"width": 411,
|
|
1072
|
+
"height": 731
|
|
1073
|
+
},
|
|
1074
|
+
"deviceScaleFactor": 2.625,
|
|
1075
|
+
"isMobile": true,
|
|
1076
|
+
"hasTouch": true,
|
|
1077
|
+
"defaultBrowserType": "chromium"
|
|
1078
|
+
},
|
|
1079
|
+
"Pixel 2 landscape": {
|
|
1080
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
1081
|
+
"viewport": {
|
|
1082
|
+
"width": 731,
|
|
1083
|
+
"height": 411
|
|
1084
|
+
},
|
|
1085
|
+
"deviceScaleFactor": 2.625,
|
|
1086
|
+
"isMobile": true,
|
|
1087
|
+
"hasTouch": true,
|
|
1088
|
+
"defaultBrowserType": "chromium"
|
|
1089
|
+
},
|
|
1090
|
+
"Pixel 2 XL": {
|
|
1091
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; Pixel 2 XL Build/OPD1.170816.004) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
1092
|
+
"viewport": {
|
|
1093
|
+
"width": 411,
|
|
1094
|
+
"height": 823
|
|
1095
|
+
},
|
|
1096
|
+
"deviceScaleFactor": 3.5,
|
|
1097
|
+
"isMobile": true,
|
|
1098
|
+
"hasTouch": true,
|
|
1099
|
+
"defaultBrowserType": "chromium"
|
|
1100
|
+
},
|
|
1101
|
+
"Pixel 2 XL landscape": {
|
|
1102
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; Pixel 2 XL Build/OPD1.170816.004) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
1103
|
+
"viewport": {
|
|
1104
|
+
"width": 823,
|
|
1105
|
+
"height": 411
|
|
1106
|
+
},
|
|
1107
|
+
"deviceScaleFactor": 3.5,
|
|
1108
|
+
"isMobile": true,
|
|
1109
|
+
"hasTouch": true,
|
|
1110
|
+
"defaultBrowserType": "chromium"
|
|
1111
|
+
},
|
|
1112
|
+
"Pixel 3": {
|
|
1113
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 9; Pixel 3 Build/PQ1A.181105.017.A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
1114
|
+
"viewport": {
|
|
1115
|
+
"width": 393,
|
|
1116
|
+
"height": 786
|
|
1117
|
+
},
|
|
1118
|
+
"deviceScaleFactor": 2.75,
|
|
1119
|
+
"isMobile": true,
|
|
1120
|
+
"hasTouch": true,
|
|
1121
|
+
"defaultBrowserType": "chromium"
|
|
1122
|
+
},
|
|
1123
|
+
"Pixel 3 landscape": {
|
|
1124
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 9; Pixel 3 Build/PQ1A.181105.017.A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
1125
|
+
"viewport": {
|
|
1126
|
+
"width": 786,
|
|
1127
|
+
"height": 393
|
|
1128
|
+
},
|
|
1129
|
+
"deviceScaleFactor": 2.75,
|
|
1130
|
+
"isMobile": true,
|
|
1131
|
+
"hasTouch": true,
|
|
1132
|
+
"defaultBrowserType": "chromium"
|
|
1133
|
+
},
|
|
1134
|
+
"Pixel 4": {
|
|
1135
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 10; Pixel 4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
1136
|
+
"viewport": {
|
|
1137
|
+
"width": 353,
|
|
1138
|
+
"height": 745
|
|
1139
|
+
},
|
|
1140
|
+
"deviceScaleFactor": 3,
|
|
1141
|
+
"isMobile": true,
|
|
1142
|
+
"hasTouch": true,
|
|
1143
|
+
"defaultBrowserType": "chromium"
|
|
1144
|
+
},
|
|
1145
|
+
"Pixel 4 landscape": {
|
|
1146
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 10; Pixel 4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
1147
|
+
"viewport": {
|
|
1148
|
+
"width": 745,
|
|
1149
|
+
"height": 353
|
|
1150
|
+
},
|
|
1151
|
+
"deviceScaleFactor": 3,
|
|
1152
|
+
"isMobile": true,
|
|
1153
|
+
"hasTouch": true,
|
|
1154
|
+
"defaultBrowserType": "chromium"
|
|
1155
|
+
},
|
|
1156
|
+
"Pixel 4a (5G)": {
|
|
1157
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 11; Pixel 4a (5G)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
1158
|
+
"screen": {
|
|
1159
|
+
"width": 412,
|
|
1160
|
+
"height": 892
|
|
1161
|
+
},
|
|
1162
|
+
"viewport": {
|
|
1163
|
+
"width": 412,
|
|
1164
|
+
"height": 765
|
|
1165
|
+
},
|
|
1166
|
+
"deviceScaleFactor": 2.63,
|
|
1167
|
+
"isMobile": true,
|
|
1168
|
+
"hasTouch": true,
|
|
1169
|
+
"defaultBrowserType": "chromium"
|
|
1170
|
+
},
|
|
1171
|
+
"Pixel 4a (5G) landscape": {
|
|
1172
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 11; Pixel 4a (5G)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
1173
|
+
"screen": {
|
|
1174
|
+
"height": 892,
|
|
1175
|
+
"width": 412
|
|
1176
|
+
},
|
|
1177
|
+
"viewport": {
|
|
1178
|
+
"width": 840,
|
|
1179
|
+
"height": 312
|
|
1180
|
+
},
|
|
1181
|
+
"deviceScaleFactor": 2.63,
|
|
1182
|
+
"isMobile": true,
|
|
1183
|
+
"hasTouch": true,
|
|
1184
|
+
"defaultBrowserType": "chromium"
|
|
1185
|
+
},
|
|
1186
|
+
"Pixel 5": {
|
|
1187
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 11; Pixel 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
1188
|
+
"screen": {
|
|
1189
|
+
"width": 393,
|
|
1190
|
+
"height": 851
|
|
1191
|
+
},
|
|
1192
|
+
"viewport": {
|
|
1193
|
+
"width": 393,
|
|
1194
|
+
"height": 727
|
|
1195
|
+
},
|
|
1196
|
+
"deviceScaleFactor": 2.75,
|
|
1197
|
+
"isMobile": true,
|
|
1198
|
+
"hasTouch": true,
|
|
1199
|
+
"defaultBrowserType": "chromium"
|
|
1200
|
+
},
|
|
1201
|
+
"Pixel 5 landscape": {
|
|
1202
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 11; Pixel 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
1203
|
+
"screen": {
|
|
1204
|
+
"width": 851,
|
|
1205
|
+
"height": 393
|
|
1206
|
+
},
|
|
1207
|
+
"viewport": {
|
|
1208
|
+
"width": 802,
|
|
1209
|
+
"height": 293
|
|
1210
|
+
},
|
|
1211
|
+
"deviceScaleFactor": 2.75,
|
|
1212
|
+
"isMobile": true,
|
|
1213
|
+
"hasTouch": true,
|
|
1214
|
+
"defaultBrowserType": "chromium"
|
|
1215
|
+
},
|
|
1216
|
+
"Pixel 7": {
|
|
1217
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; Pixel 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
1218
|
+
"screen": {
|
|
1219
|
+
"width": 412,
|
|
1220
|
+
"height": 915
|
|
1221
|
+
},
|
|
1222
|
+
"viewport": {
|
|
1223
|
+
"width": 412,
|
|
1224
|
+
"height": 839
|
|
1225
|
+
},
|
|
1226
|
+
"deviceScaleFactor": 2.625,
|
|
1227
|
+
"isMobile": true,
|
|
1228
|
+
"hasTouch": true,
|
|
1229
|
+
"defaultBrowserType": "chromium"
|
|
1230
|
+
},
|
|
1231
|
+
"Pixel 7 landscape": {
|
|
1232
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; Pixel 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
1233
|
+
"screen": {
|
|
1234
|
+
"width": 915,
|
|
1235
|
+
"height": 412
|
|
1236
|
+
},
|
|
1237
|
+
"viewport": {
|
|
1238
|
+
"width": 863,
|
|
1239
|
+
"height": 360
|
|
1240
|
+
},
|
|
1241
|
+
"deviceScaleFactor": 2.625,
|
|
1242
|
+
"isMobile": true,
|
|
1243
|
+
"hasTouch": true,
|
|
1244
|
+
"defaultBrowserType": "chromium"
|
|
1245
|
+
},
|
|
1246
|
+
"Moto G4": {
|
|
1247
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 7.0; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
1248
|
+
"viewport": {
|
|
1249
|
+
"width": 360,
|
|
1250
|
+
"height": 640
|
|
1251
|
+
},
|
|
1252
|
+
"deviceScaleFactor": 3,
|
|
1253
|
+
"isMobile": true,
|
|
1254
|
+
"hasTouch": true,
|
|
1255
|
+
"defaultBrowserType": "chromium"
|
|
1256
|
+
},
|
|
1257
|
+
"Moto G4 landscape": {
|
|
1258
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 7.0; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Mobile Safari/537.36",
|
|
1259
|
+
"viewport": {
|
|
1260
|
+
"width": 640,
|
|
1261
|
+
"height": 360
|
|
1262
|
+
},
|
|
1263
|
+
"deviceScaleFactor": 3,
|
|
1264
|
+
"isMobile": true,
|
|
1265
|
+
"hasTouch": true,
|
|
1266
|
+
"defaultBrowserType": "chromium"
|
|
1267
|
+
},
|
|
1268
|
+
"Desktop Edge HiDPI": {
|
|
1269
|
+
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Safari/537.36 Edg/125.0.6422.41",
|
|
1270
|
+
"screen": {
|
|
1271
|
+
"width": 1792,
|
|
1272
|
+
"height": 1120
|
|
1273
|
+
},
|
|
1274
|
+
"viewport": {
|
|
1275
|
+
"width": 1280,
|
|
1276
|
+
"height": 720
|
|
1277
|
+
},
|
|
1278
|
+
"deviceScaleFactor": 2,
|
|
1279
|
+
"isMobile": false,
|
|
1280
|
+
"hasTouch": false,
|
|
1281
|
+
"defaultBrowserType": "chromium"
|
|
1282
|
+
},
|
|
1283
|
+
"Desktop Firefox HiDPI": {
|
|
1284
|
+
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0.1) Gecko/20100101 Firefox/125.0.1",
|
|
1285
|
+
"screen": {
|
|
1286
|
+
"width": 1792,
|
|
1287
|
+
"height": 1120
|
|
1288
|
+
},
|
|
1289
|
+
"viewport": {
|
|
1290
|
+
"width": 1280,
|
|
1291
|
+
"height": 720
|
|
1292
|
+
},
|
|
1293
|
+
"deviceScaleFactor": 2,
|
|
1294
|
+
"isMobile": false,
|
|
1295
|
+
"hasTouch": false,
|
|
1296
|
+
"defaultBrowserType": "firefox"
|
|
1297
|
+
},
|
|
1298
|
+
"Desktop Safari": {
|
|
1299
|
+
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15",
|
|
1300
|
+
"screen": {
|
|
1301
|
+
"width": 1792,
|
|
1302
|
+
"height": 1120
|
|
1303
|
+
},
|
|
1304
|
+
"viewport": {
|
|
1305
|
+
"width": 1280,
|
|
1306
|
+
"height": 720
|
|
1307
|
+
},
|
|
1308
|
+
"deviceScaleFactor": 2,
|
|
1309
|
+
"isMobile": false,
|
|
1310
|
+
"hasTouch": false,
|
|
1311
|
+
"defaultBrowserType": "webkit"
|
|
1312
|
+
},
|
|
1313
|
+
"Desktop Chromium": {
|
|
1314
|
+
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36",
|
|
1315
|
+
"screen": {
|
|
1316
|
+
"width": 1920,
|
|
1317
|
+
"height": 1080
|
|
1318
|
+
},
|
|
1319
|
+
"viewport": {
|
|
1320
|
+
"width": 1280,
|
|
1321
|
+
"height": 720
|
|
1322
|
+
},
|
|
1323
|
+
"deviceScaleFactor": 2,
|
|
1324
|
+
"isMobile": false,
|
|
1325
|
+
"hasTouch": false,
|
|
1326
|
+
"defaultBrowserType": "chromium"
|
|
1327
|
+
},
|
|
1328
|
+
"High Resolution Chromium": {
|
|
1329
|
+
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36",
|
|
1330
|
+
"screen": {
|
|
1331
|
+
"width": 2880,
|
|
1332
|
+
"height": 1800
|
|
1333
|
+
},
|
|
1334
|
+
"viewport": {
|
|
1335
|
+
"width": 1440,
|
|
1336
|
+
"height": 900
|
|
1337
|
+
},
|
|
1338
|
+
"deviceScaleFactor": 2,
|
|
1339
|
+
"isMobile": false,
|
|
1340
|
+
"hasTouch": false,
|
|
1341
|
+
"defaultBrowserType": "chromium"
|
|
1342
|
+
},
|
|
1343
|
+
"High Resolution Chromium Skinny Long": {
|
|
1344
|
+
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36",
|
|
1345
|
+
"screen": {
|
|
1346
|
+
"width": 2880,
|
|
1347
|
+
"height": 1800
|
|
1348
|
+
},
|
|
1349
|
+
"viewport": {
|
|
1350
|
+
"width": 1000,
|
|
1351
|
+
"height": 980
|
|
1352
|
+
},
|
|
1353
|
+
"deviceScaleFactor": 2,
|
|
1354
|
+
"isMobile": false,
|
|
1355
|
+
"hasTouch": false,
|
|
1356
|
+
"defaultBrowserType": "chromium"
|
|
1357
|
+
},
|
|
1358
|
+
"Desktop Chrome": {
|
|
1359
|
+
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36",
|
|
1360
|
+
"screen": {
|
|
1361
|
+
"width": 1920,
|
|
1362
|
+
"height": 1080
|
|
1363
|
+
},
|
|
1364
|
+
"viewport": {
|
|
1365
|
+
"width": 1380,
|
|
1366
|
+
"height": 880
|
|
1367
|
+
},
|
|
1368
|
+
"deviceScaleFactor": 2,
|
|
1369
|
+
"isMobile": false,
|
|
1370
|
+
"hasTouch": false,
|
|
1371
|
+
"defaultBrowserType": "chrome"
|
|
1372
|
+
},
|
|
1373
|
+
"Desktop Edge": {
|
|
1374
|
+
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.41 Safari/537.36 Edg/125.0.6422.41",
|
|
1375
|
+
"screen": {
|
|
1376
|
+
"width": 1920,
|
|
1377
|
+
"height": 1080
|
|
1378
|
+
},
|
|
1379
|
+
"viewport": {
|
|
1380
|
+
"width": 1280,
|
|
1381
|
+
"height": 720
|
|
1382
|
+
},
|
|
1383
|
+
"deviceScaleFactor": 1,
|
|
1384
|
+
"isMobile": false,
|
|
1385
|
+
"hasTouch": false,
|
|
1386
|
+
"defaultBrowserType": "chromium"
|
|
1387
|
+
},
|
|
1388
|
+
"Desktop Firefox": {
|
|
1389
|
+
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:129.0) Gecko/20100101 Firefox/129.0",
|
|
1390
|
+
"screen": {
|
|
1391
|
+
"width": 1920,
|
|
1392
|
+
"height": 1080
|
|
1393
|
+
},
|
|
1394
|
+
"viewport": {
|
|
1395
|
+
"width": 1280,
|
|
1396
|
+
"height": 720
|
|
1397
|
+
},
|
|
1398
|
+
"deviceScaleFactor": 2,
|
|
1399
|
+
"isMobile": false,
|
|
1400
|
+
"hasTouch": false,
|
|
1401
|
+
"defaultBrowserType": "firefox"
|
|
1402
|
+
}
|
|
1403
|
+
}
|