how can i find ele,emt om selenium by name code example
Example 1: selenium find multiple elements
// returns an array of elements
let allTextBoxes = driver.findElements(By.css("input"));
Example 2: selenium ways of finding
elementcss= driver.findElement(By.cssSelector('div.nav-search-input'))