Is it possible to change the network conditions during an app automation test?
Hi Charity,
LambdaTest provides APIs to optimize your mobile app testing workflow. You can use the below curl request to change the network conditions during an app automation test:
curl --location --request POST 'https://mobile-api.lambdatest.com/mobile-automation/api/v1/sessions/SessionID/update_network' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Auth=' \
--data-raw '{"mode": "offline"}'