## `driver.find_elements()` should be able to accept a single arg with default `by="css selector"` Currently, the `by` is required. Having sensible default values helps simplify things. -------- This continues the improvements made in https://github.com/seleniumbase/SeleniumBase/issues/2122, which was for `driver.find_element()`.