We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbde0c commit fcb8619Copy full SHA for fcb8619
website_and_docs/content/documentation/webdriver/getting_started/first_script.en.md
@@ -183,7 +183,7 @@ Elements store a lot of [information that can be requested]({{< ref "/documentat
183
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L27" >}}
184
{{< /tab >}}
185
{{< tab header="Python" >}}
186
-{{< gh-codeblock path="examples/python/tests/getting_started/first_script.py#L18-19" >}}
+{{< gh-codeblock path="examples/python/tests/getting_started/first_script.py#L18" >}}
187
188
{{< tab header="CSharp" >}}
189
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/FirstScript.cs#L26" >}}
0 commit comments