Skip to content

Instantly share code, notes, and snippets.

View batmi02's full-sized avatar

Michael Battat batmi02

  • Applitools
View GitHub Profile
@batmi02
batmi02 / gist:5c19718a0c05b27d6f4412343c0dab02
Created May 23, 2019 17:01
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