mirror of
https://github.com/appium/appium.git
synced 2026-01-21 01:29:52 -06:00
New dotnet code sample
This commit is contained in:
12
sample-code/examples/dotnet/AppiumDriverDemo/Program.cs
Normal file
12
sample-code/examples/dotnet/AppiumDriverDemo/Program.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace AppiumDriverDemo
|
||||
{
|
||||
class MainClass
|
||||
{
|
||||
public static void Main (string[] args)
|
||||
{
|
||||
Console.WriteLine ("Run the unit tests!");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user