How to take screenshots and send the screenshot via email?

It’s possible to take a screenshot and send it via email. Below, you’ll find an example scenario for this, as well as a video tutorial on how to execute the scenario.

Example Scenario:

OpenBrowser Chrome “https://u-xer.com/” -Incognito false
Wait Text “Community”
SendKeys SNAPSHOT
SendKeys CONTROL VK_C
OpenBrowser Chrome “https://mail.google.com/mail/u/1/#inbox” -Incognito false
Wait Text “Compose”
Click Text “Compose”
Write “[email protected]”
Click Text “[email protected]” [1]
Click Text “Subject” -YMargin 100
SendKeys CONTROL VK_V -WaitAfter 2000
ClickAndWrite Text “Subject” “U-xer Home Page”
Click Text “Send”
IsVisible Text “Message sent”

1 Like