I have a scenario where i need to send verification email in order to complete sign in process. I am retrieving this link via API call and try to open this link in chrome browser it is throwing me below mentioned error:
*** selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Error attempting to start URI. Original error: Error: Starting: Intent { act=android.intent.action.VIEW dat=https://appname.page.link/.… pkg=com.appname.xyz.dev } Error:
Activity not started, unable to resolve Intent { act=android.intent.action.VIEW dat=https://Appname.page.link/.… flg=0x10000000 pkg=com.appname.xyz.dev }
Note: we had to amend the originally received URL by replacing some unwanted special character in order to navigate correct screen.
I suppose it’s an issue with context switching