Slide 7
Slide 7 text
WebSmith
https://github.com/omaciel/websmith
Assuming that you have a WebDriver
browser object, then:
from websmith.actions import Go, SendKeys
from websmith.ui import Session
with Session(browser):
Go('https://www.google.com')
SendKeys('q', 'WebSmith')