Пример #1
0
func numCheckedItems(t *testing.T, wd selenium.WebDriverT) int {
	return len(wd.QAll("li.completed"))
}