DeviceFarm#
Client#
- class DeviceFarm.Client#
A low-level client representing AWS Device Farm
Welcome to the AWS Device Farm API documentation, which contains APIs for:
Testing on desktop browsers Device Farm makes it possible for you to test your web applications on desktop browsers using Selenium. The APIs for desktop browser testing contain
TestGrid
in their names. For more information, see Testing Web Applications on Selenium with Device Farm.Testing on real mobile devices Device Farm makes it possible for you to test apps on physical phones, tablets, and other devices in the cloud. For more information, see the Device Farm Developer Guide.
import boto3 client = boto3.client('devicefarm')
These are the available methods:
- can_paginate
- close
- create_device_pool
- create_instance_profile
- create_network_profile
- create_project
- create_remote_access_session
- create_test_grid_project
- create_test_grid_url
- create_upload
- create_vpce_configuration
- delete_device_pool
- delete_instance_profile
- delete_network_profile
- delete_project
- delete_remote_access_session
- delete_run
- delete_test_grid_project
- delete_upload
- delete_vpce_configuration
- get_account_settings
- get_device
- get_device_instance
- get_device_pool
- get_device_pool_compatibility
- get_instance_profile
- get_job
- get_network_profile
- get_offering_status
- get_paginator
- get_project
- get_remote_access_session
- get_run
- get_suite
- get_test
- get_test_grid_project
- get_test_grid_session
- get_upload
- get_vpce_configuration
- get_waiter
- install_to_remote_access_session
- list_artifacts
- list_device_instances
- list_device_pools
- list_devices
- list_instance_profiles
- list_jobs
- list_network_profiles
- list_offering_promotions
- list_offering_transactions
- list_offerings
- list_projects
- list_remote_access_sessions
- list_runs
- list_samples
- list_suites
- list_tags_for_resource
- list_test_grid_projects
- list_test_grid_session_actions
- list_test_grid_session_artifacts
- list_test_grid_sessions
- list_tests
- list_unique_problems
- list_uploads
- list_vpce_configurations
- purchase_offering
- renew_offering
- schedule_run
- stop_job
- stop_remote_access_session
- stop_run
- tag_resource
- untag_resource
- update_device_instance
- update_device_pool
- update_instance_profile
- update_network_profile
- update_project
- update_test_grid_project
- update_upload
- update_vpce_configuration
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are:
- GetOfferingStatus
- ListArtifacts
- ListDeviceInstances
- ListDevicePools
- ListDevices
- ListInstanceProfiles
- ListJobs
- ListNetworkProfiles
- ListOfferingPromotions
- ListOfferingTransactions
- ListOfferings
- ListProjects
- ListRemoteAccessSessions
- ListRuns
- ListSamples
- ListSuites
- ListTests
- ListUniqueProblems
- ListUploads
- ListVPCEConfigurations