Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ case class. Here you are creating the instance of Firefox WebDriver.
def setUp(self):
self.driver = webdriver.Firefox()

This is the test case method. The first line inside this method
This is the test case method. The test case method should always start with characters `test`. The first line inside this method
create a local reference to the driver object created in `setUp`
method.

Expand Down