How to automate outlook using Cypress.
I need to login into Outlook and search email then click on content
Please help me t
cy.clearAllCookies()
cy.clearAllLocalStorage()
cy.visit("https://outlook.office.com")
cy.pause()
// cy.get('#Mail > .fui-Button__icon > .___mh9s3f0').click()
cy.get('#i0116').type('xyz@abc')
cy.get('#aadTile').click()
cy.get('#i0118').type("password")