BotSharp/src/Plugins/BotSharp.Plugin.WebDriver/Models/MarkupProperties.cs

10 lines
227 B
C#
Raw Normal View History

2024-01-27 14:58:51 +00:00
namespace BotSharp.Plugin.WebDriver.Models;
internal class MarkupProperties
{
public string Id { get; set; }
public string Name { get; set; }
public string Type { get; set; }
public string Text { get; set; }
}