docs: Update get-context.yml [ci skip] (#12341)

This commit is contained in:
Ramadan.Mostafa
2019-03-19 19:41:36 +02:00
committed by Dan Graham
parent 29d4f8baa0
commit e345cc2a98

View File

@@ -37,7 +37,7 @@ example_usage:
$context = $driver->context();
csharp:
|
// TODO C# sample
string Context = driver.Context;
client_docs:
java: "https://appium.github.io/java-client/io/appium/java_client/AppiumDriver.html#getContext--"