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
HI All,
Do you know if it would be possible with Cypress to handle CEFMP dialog please ? Web dialog embedded in C# for example.
We did it until now with protractor but Protractor is not updated anymore. It is like a deprecated tool now.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
HI All,
Do you know if it would be possible with Cypress to handle CEFMP dialog please ? Web dialog embedded in C# for example.
We did it until now with protractor but Protractor is not updated anymore. It is like a deprecated tool now.
I had a look to the documentation but I don't think it is possible.
https://docs.cypress.io/api/cypress-api/browser#Log-browser-information
Cypress.browser or Cypress.is browser could perhaps do the job for example: If (Cypress.is browser== 'CEFMP') {...}
Thanks for your help,
Concaho
Beta Was this translation helpful? Give feedback.
All reactions