Modify Get Webelements not to raise exception when no elements are found

That modifies the behavior of Selenium find_elements_xx. Why does not it just return empty list like Selenium?
And in many cases, we need to check whether that element exists, so returning empty list is helpful