Skip to content

Commit 95abcd3

Browse files
authored
Update first_script.en.md
In step 7 for Python, the code block is missing line 18 which creates the message variable. This way people that are following along the `"getting_started"` tutorial won't be as confused.
1 parent 6ef6b5a commit 95abcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website_and_docs/content/documentation/webdriver/getting_started/first_script.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Elements store a lot of [information that can be requested]({{< ref "/documentat
183183
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L27" >}}
184184
{{< /tab >}}
185185
{{< tab header="Python" >}}
186-
{{< gh-codeblock path="examples/python/tests/getting_started/first_script.py#L19" >}}
186+
{{< gh-codeblock path="examples/python/tests/getting_started/first_script.py#L18-19" >}}
187187
{{< /tab >}}
188188
{{< tab header="CSharp" >}}
189189
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/FirstScript.cs#L26" >}}

0 commit comments

Comments
 (0)