-
-
Couldn't load subscription status.
- Fork 1.5k
Description
What happened?
On page Documentation/WebDriver/Drivers under "Quitting Sessions" section, for Java, CSharp, JavaScript and Kotlin languages, due to missing braces in hugo syntax, the driver.quit() command is not being rendered properly (in the respective languages).
Also in case of CSharp/dotnet, the line to show driver.quit() is being referred from "examples/dotnet/HelloSelenium.cs", whereas it should be referring "examples/dotnet/SeleniumDocs/GettingStarted/FirstScript.cs" (just like all other files refer the respective files from getting_started section). Images attached below for reference -
What browsers and operating systems are you seeing the problem on?
Checked on Chrome, Firefox, Safari. It will be reproduced on all the browsers and OS, due to incorrect syntax.