Skip to content

Instantly share code, notes, and snippets.

@batmi02
Created May 23, 2019 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save batmi02/5c19718a0c05b27d6f4412343c0dab02 to your computer and use it in GitHub Desktop.
Save batmi02/5c19718a0c05b27d6f4412343c0dab02 to your computer and use it in GitHub Desktop.
Abel's code for calling Applitools
#region Applitools Actions
public T TakeVisualPicture<T>(string tag)
{
_eyes.CheckWindow(tag);
return (T) Convert.ChangeType(this, typeof(T));
}
#endregion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment