Commit 3e661965 authored by Seth Ladd's avatar Seth Ladd

de-dupe API docs in flutter_driver (#3240)

parent 7ad1e38e
...@@ -2,12 +2,10 @@ ...@@ -2,12 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
/// This library provides API to test Flutter applications that run on real /// Provides API to test Flutter applications that run on real
/// devices and emulators. /// devices and emulators.
/// ///
/// The application run in a separate process from the test itself. If you are /// The application runs in a separate process from the test itself.
/// familiar with Selenium (web), Espresso (Android) or UI Automation (iOS),
/// this is Flutter's version of that.
/// ///
/// This is Flutter's version of Selenium WebDriver (generic web), /// This is Flutter's version of Selenium WebDriver (generic web),
/// Protractor (Angular), Espresso (Android) or Earl Gray (iOS). /// Protractor (Angular), Espresso (Android) or Earl Gray (iOS).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment