Skip to content

Commit 3d591f4

Browse files
authored
docs(readme): updating python import in example
1 parent d0c0fd1 commit 3d591f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ Please note that more capabilities will be added as the development of this driv
5454
import pytest
5555

5656
from appium import webdriver
57-
# Options are available in Python client since v2.6.0
58-
from appium.options.windows import WindowsOptions
57+
from appium.options.common.base import AppiumOptions
5958

6059
def generate_options():
6160
uwp_options = AppiumOptions()

0 commit comments

Comments
 (0)