I am trying to click the button using Python + Selenium:
<button value="1" class="_42ft _4jy0 _4w98 _4jy3 _517h _51sy _4w97" aria-
label="Search" tabindex="-1" data-testid="facebar_search_button"
type="submit"><i class="_585_"></i></button>
Please let me know how can I use it with WebDriver? I tried XPath, by value but none worked.