You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If wanted to test in Mobile device, set following environment variables
1. RUN_WITH_DRIVER : set it as BROWSERSTACK_MOBILE
2. RUN_WITH_HEADLESS : set it as NONE
3. BROWSER_STACK_USER : set it as your User Name from browser stack ACCESS KEY drop down
4. BROWSER_STACK_KEY : set it as your Access Key from browser stack ACCESS KEY drop down
5. BROWSER_DEVICE_NAME : set it as your Mobile device name
6. BROWSER_OS_VERSION : set it to your OS version example 16 for iPhone
7. BROWSER_NAME : set it to your browser name example chromium for iPhone
So it will look like something as below for iPhone:
BROWSER_DEVICE_NAME=iPhone 14 Pro Max;BROWSER_NAME=chromium;BROWSER_OS_VERSION=16;BROWSER_STACK_KEY=;BROWSER_STACK_USER=;RUN_WITH_DRIVER=BROWSERSTACK_MOBILE
Refer to this link to know what is supported by Browser stack