Skip to content
Snippets Groups Projects
Commit d4a7a47b authored by svatal's avatar svatal
Browse files

new protocol (chrome 62)

+ deprecated json field support (-> obsolete)
+ event with dictionary support
+ updated sample not to use deprecated command (SetVisibleSizeCommand ->
SetDeviceMetricsOverrideCommand)
parent 4f3d1c43
No related branches found
No related tags found
No related merge requests found
Showing
with 23 additions and 10 deletions
......@@ -11,6 +11,7 @@ namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Accessibility{
[JsonConverter(typeof(StringEnumConverter))]
public enum AXGlobalStates
{
Busy,
Disabled,
Hidden,
HiddenRoot,
......
......@@ -14,7 +14,6 @@ namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Accessibility{
Live,
Atomic,
Relevant,
Busy,
Root,
}
}
......@@ -4,9 +4,6 @@ using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Accessibility
{
/// <summary>
///
/// </summary>
[SupportedBy("Chrome")]
public class AXProperty
{
......
......@@ -4,9 +4,6 @@ using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Accessibility
{
/// <summary>
///
/// </summary>
[SupportedBy("Chrome")]
public class AXRelatedNode
{
......
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Accessibility
......
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Accessibility
......
using MasterDevs.ChromeDevTools;using Newtonsoft.Json;
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Animation
{
......
using MasterDevs.ChromeDevTools;using Newtonsoft.Json;
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Animation
{
......
using MasterDevs.ChromeDevTools;using Newtonsoft.Json;
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Animation
{
......
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Animation
......
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Animation
......
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Animation
......
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Animation
......
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Animation
......
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Animation
......
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Animation
......
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Animation
......
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Animation
......
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Animation
......
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Animation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment