@@ -361,156 +361,6 @@ public static class DriverCommand
361
361
/// </summary>
362
362
public static readonly string GetLog = "getLog" ;
363
363
364
- /// <summary>
365
- /// Represents the Define Driver Mapping command
366
- /// </summary>
367
- [ Obsolete ( "Command not defined by W3C WebDriver Specification." ) ]
368
- public static readonly string DefineDriverMapping = "defineDriverMapping" ;
369
-
370
- /// <summary>
371
- /// Represents the Get Session List command
372
- /// </summary>
373
- [ Obsolete ( "Command not defined by W3C WebDriver Specification." ) ]
374
- public static readonly string GetSessionList = "getSessionList" ;
375
-
376
- /// <summary>
377
- /// Represents the Get Session Capabilities command
378
- /// </summary>
379
- [ Obsolete ( "Command not defined by W3C WebDriver Specification. Actual capabilities are returned by the new session command." ) ]
380
- public static readonly string GetSessionCapabilities = "getSessionCapabilities" ;
381
-
382
- /// <summary>
383
- /// Represents SubmitElement command
384
- /// </summary>
385
- [ Obsolete ( "Command not defined by W3C WebDriver Specification." ) ]
386
- public static readonly string SubmitElement = "submitElement" ;
387
-
388
- /// <summary>
389
- /// Represents GetElementLocation command
390
- /// </summary>
391
- [ Obsolete ( "Command not defined by W3C WebDriver Specification. Use the get element rect command instead." ) ]
392
- public static readonly string GetElementLocation = "getElementLocation" ;
393
-
394
- /// <summary>
395
- /// Represents GetElementLocationOnceScrolledIntoView command
396
- /// </summary>
397
- [ Obsolete ( "Command not defined by W3C WebDriver Specification. Use the get element rect command instead." ) ]
398
- public static readonly string GetElementLocationOnceScrolledIntoView = "getElementLocationOnceScrolledIntoView" ;
399
-
400
- /// <summary>
401
- /// Represents GetElementSize command
402
- /// </summary>
403
- [ Obsolete ( "Command not defined by W3C WebDriver Specification. Use the get element rect command instead." ) ]
404
- public static readonly string GetElementSize = "getElementSize" ;
405
-
406
- /// <summary>
407
- /// Represents GetWindowSize command
408
- /// </summary>
409
- [ Obsolete ( "Command not defined by W3C WebDriver Specification. Use the get window rect command instead." ) ]
410
- public static readonly string GetWindowSize = "getWindowSize" ;
411
-
412
- /// <summary>
413
- /// Represents SetWindowSize command
414
- /// </summary>
415
- [ Obsolete ( "Command not defined by W3C WebDriver Specification. Use the set window rect command instead." ) ]
416
- public static readonly string SetWindowSize = "setWindowSize" ;
417
-
418
- /// <summary>
419
- /// Represents GetWindowPosition command
420
- /// </summary>
421
- [ Obsolete ( "Command not defined by W3C WebDriver Specification. Use the get window rect command instead." ) ]
422
- public static readonly string GetWindowPosition = "getWindowPosition" ;
423
-
424
- /// <summary>
425
- /// Represents SetWindowPosition command
426
- /// </summary>
427
- [ Obsolete ( "Command not defined by W3C WebDriver Specification. Use the set window rect command instead." ) ]
428
- public static readonly string SetWindowPosition = "setWindowPosition" ;
429
-
430
- /// <summary>
431
- /// Represents the ImplicitlyWait command
432
- /// </summary>
433
- [ Obsolete ( "Command not defined by W3C WebDriver Specification. Use the set timeouts command instead." ) ]
434
- public static readonly string ImplicitlyWait = "implicitlyWait" ;
435
-
436
- /// <summary>
437
- /// Represents the SetAsyncScriptTimeout command
438
- /// </summary>
439
- [ Obsolete ( "Command not defined by W3C WebDriver Specification. Use the set timeouts command instead." ) ]
440
- public static readonly string SetAsyncScriptTimeout = "setScriptTimeout" ;
441
-
442
- /// <summary>
443
- /// Represents TapElement command
444
- /// </summary>
445
- [ Obsolete ( "Command not defined by W3C WebDriver Specification. Use the actions command to define user interactions." ) ]
446
- public static readonly string TapElement = "tapElement" ;
447
-
448
- /// <summary>
449
- /// Represents the MouseClick command.
450
- /// </summary>
451
- [ Obsolete ( "Command not defined by W3C WebDriver Specification. Use the actions command to define user interactions." ) ]
452
- public static readonly string MouseClick = "mouseClick" ;
453
-
454
- /// <summary>
455
- /// Represents the MouseDoubleClick command.
456
- /// </summary>
457
- [ Obsolete ( "Command not defined by W3C WebDriver Specification. Use the actions command to define user interactions." ) ]
458
- public static readonly string MouseDoubleClick = "mouseDoubleClick" ;
459
-
460
- /// <summary>
461
- /// Represents the MouseDown command.
462
- /// </summary>
463
- [ Obsolete ( "Command not defined by W3C WebDriver Specification. Use the actions command to define user interactions." ) ]
464
- public static readonly string MouseDown = "mouseDown" ;
465
-
466
- /// <summary>
467
- /// Represents the MouseUp command.
468
- /// </summary>
469
- [ Obsolete ( "Command not defined by W3C WebDriver Specification. Use the actions command to define user interactions." ) ]
470
- public static readonly string MouseUp = "mouseUp" ;
471
-
472
- /// <summary>
473
- /// Represents the MouseMoveTo command.
474
- /// </summary>
475
- [ Obsolete ( "Command not defined by W3C WebDriver Specification. Use the actions command to define user interactions." ) ]
476
- public static readonly string MouseMoveTo = "mouseMoveTo" ;
477
-
478
- /// <summary>
479
- /// Represents the SendKeysToActiveElement command.
480
- /// </summary>
481
- [ Obsolete ( "Command not defined by W3C WebDriver Specification. Use the actions command to define user interactions." ) ]
482
- public static readonly string SendKeysToActiveElement = "sendKeysToActiveElement" ;
483
-
484
- /// <summary>
485
- /// Represents the Authenticate command
486
- /// </summary>
487
- [ Obsolete ( "Command not defined by W3C WebDriver Specification." ) ]
488
- public static readonly string SetAlertCredentials = "setAlertCredentials" ;
489
-
490
- /// <summary>
491
- /// Represents GetOrientation command
492
- /// </summary>
493
- [ Obsolete ( "Command not defined by W3C WebDriver Specification." ) ]
494
- public static readonly string GetOrientation = "getOrientation" ;
495
-
496
- /// <summary>
497
- /// Represents SetOrientation command
498
- /// </summary>
499
- [ Obsolete ( "Command not defined by W3C WebDriver Specification." ) ]
500
- public static readonly string SetOrientation = "setOrientation" ;
501
-
502
- /// <summary>
503
- /// Represents the GetLocation command.
504
- /// </summary>
505
- [ Obsolete ( "Command not defined by W3C WebDriver Specification." ) ]
506
- public static readonly string GetLocation = "getLocation" ;
507
-
508
- /// <summary>
509
- /// Represents the SetLocation command.
510
- /// </summary>
511
- [ Obsolete ( "Command not defined by W3C WebDriver Specification." ) ]
512
- public static readonly string SetLocation = "setLocation" ;
513
-
514
364
public static readonly IList < string > KnownCommands = new List < string > ( )
515
365
{
516
366
Status ,
0 commit comments