1 parent 59c0b68 commit fe2356cCopy full SHA for fe2356c
1 file changed
README.md
@@ -19,13 +19,14 @@ Usage example:
19
20
You can execute test scripts using Standalone Selenium Docker containers for Firefox and Chrome:
21
22
+```
23
def test_standalone_container(self):
24
chrome = StandaloneSeleniumContainer(SeleniumImage.STANDALONE_CHROME, DesiredCapabilities.CHROME)
25
with chrome:
26
driver = chrome.get_driver()
27
driver.get("http://google.com")
28
driver.find_element_by_name("q").send_keys("Hello")
-
29
30
31
32
Contribution
0 commit comments