-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Assert if i received my Email Correctly in Gmail #1244
-
Hi Michael,
I am sending an Email from an application, I want to assert if my text is present in the email. Having trouble getting webElement. Any idea to achieve this?
Screen Shot 2022年03月08日 at 12 03 36 PM
Beta Was this translation helpful? Give feedback.
All reactions
Open Dev Tools above that (Right-click + Inspect) and then find the element from there. Or try generating the script via the Recorder https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/recorder_mode.md
Replies: 1 comment
-
Open Dev Tools above that (Right-click + Inspect) and then find the element from there. Or try generating the script via the Recorder https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/recorder_mode.md
Beta Was this translation helpful? Give feedback.