Add a direct driver.submit(selector) method for the raw driver
This is specifically useful for syntax formats that use the raw driver instead of BaseCase methods.
This should be a shortcut for driver.find_element(selector).submit().
Note that SeleniumBase has modified driver methods to default the by to css selector if not provided.