public int Find(string searchText, bool forward) => Chromium.Find(searchText, forward);
public int Find(string searchText) => Chromium.Find(searchText);
public int Find(string searchText, bool forward, bool matchCase) => Chromium.Find(searchText, forward, matchCase);