-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
regarding Location dialogue in CRM app #1382
Comments
chandramohand This option is not supported now by Framework, but you can try extend with the custom solution https://stackoverflow.com/questions/48007699/how-to-allow-or-deny-notification-geo-location-microphone-camera-pop-up One more option implement custom login and use WinAppDriver to handle dialog |
Thanks @Shakevg, let me try and update you if any issues. |
Hi @Shakevg, I am unable to pass this extra option to the same browser, where I am using the following browser options.
|
chandramohand 2 options:
|
@chandramohand
|
Thanks @AngelRodriguez8008, @sharkdevs I am trying to use the second options in my settings where not allowing the ExtraChromeArguments options. Running thise in incognito mode. Severity Code Description Project File Line Suppression State Option 2: Tried as the following by adding the argument, but still the dialog opens. Could you please help me. Thanks, |
Isuue microsoft#958 -> Add Option TimeFactor If not use incognito mode, create a Temporal Chrome Profite in to avoid ask for login every time
@chandramohand With the new code, you can also change the SharedOptions initialization in your project in order to enable this configuration for all your tests. Just add this line: The Option 2 as you implemented it will not work. You are getting your own copy of the Options, but this will not be used for the driver later on. |
Hi @AngelRodriguez8008, Thanks for quick response. 2nd hope this will work fine in private mode. Thanks and Regards, |
@chandramohand |
Hi @AngelRodriguez8008, |
Hi @AngelRodriguez8008, Thanks, |
The Pull Request is waiting to be reviewed. How I said, you can try to get the new code/branch & compile it for yourself. |
Thanks @AngelRodriguez8008, I got the code for Browseroptions and TestSetting and tried on my CRM app, please refer to the following code. Still after login the dialogue still remains. Here in the CRM app I need to allow the location, where it pulls only those location points. I want to check initally whethere the dialog get closes, later I will try making enable location.
Thanks and Regards, |
Hi @AngelRodriguez8008, I tried with the sample but didnt work, just want to follow up, as I see the pull request is in still Review state, Any update regarding this. Thanks, Chandra. |
Hi @AngelRodriguez8008, any update of this PR? |
My CRM form deals with google maps, when I open the CRM application it opens the location dialogue, how to accept and close that dialogue. Screenshot attached.
![testscreenshot](https://private-user-images.githubusercontent.com/36604867/250620746-8e6d6b51-912d-48fe-b3bd-428cb14117ad.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNjg4MTEsIm5iZiI6MTczOTE2ODUxMSwicGF0aCI6Ii8zNjYwNDg2Ny8yNTA2MjA3NDYtOGU2ZDZiNTEtOTEyZC00OGZlLWIzYmQtNDI4Y2IxNDExN2FkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA2MjE1MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNkMzNmNGUwODgwOTQ2MGM5MGYxOTliOWEyNWI1MGE5MWJkNDNlMmJkYzU1NTI2NzYxMzlhMDY5MDgzYTQ5OWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.OWUVvHlIJpoJr9o5gNzOu3yOQjZxH59AK8wq_FuFix8)
Could anyone please help regarding this.
Thanks in Advance,
Chandra.
The text was updated successfully, but these errors were encountered: