Skip to content

Commit fe2356c

Browse files
author
sepi
committed
readme changed
1 parent 59c0b68 commit fe2356c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ Usage example:
1919

2020
You can execute test scripts using Standalone Selenium Docker containers for Firefox and Chrome:
2121

22+
```
2223
def test_standalone_container(self):
2324
chrome = StandaloneSeleniumContainer(SeleniumImage.STANDALONE_CHROME, DesiredCapabilities.CHROME)
2425
with chrome:
2526
driver = chrome.get_driver()
2627
driver.get("http://google.com")
2728
driver.find_element_by_name("q").send_keys("Hello")
28-
29+
```
2930

3031

3132
Contribution

0 commit comments

Comments
 (0)