Release Notes
Admin Documentation
Developer Documentation
About Project
from .framework import ( selenium_test, SeleniumTestCase, ) [docs]class TestSizzleLoading(SeleniumTestCase): [docs] @selenium_test def test_sizzle_loads(self): self.home() self.wait_for_sizzle_selector_clickable("span")