From 3c85738f0d217f889c08bbf1d0279532df4a1b76 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Mon, 11 May 2020 18:51:49 +0100 Subject: [PATCH] docs/target: Fix method name --- doc/target.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/target.rst b/doc/target.rst index 30a4491..736885c 100644 --- a/doc/target.rst +++ b/doc/target.rst @@ -673,7 +673,7 @@ Android Target Returns ``True`` if the targets screen is currently on and ``False`` otherwise. -.. method:: AndroidTarget.wait_for_target(timeout=30) +.. method:: AndroidTarget.wait_for_device(timeout=30) Returns when the devices becomes available withing the given timeout otherwise returns a ``TimeoutError``.