Unable to inspect search label in www.walmart.com website. Any help much appreciated.
tried using css , id , etc but nothing helped. All the below code i tried but it didn’t helped.
driver.findElement(By.id(“global-search-input”)).sendKeys("[email protected]");
driver.findElement(By.xpath("//*[@id=‘global-search-input’]")).sendKeys(“dssss”);
driver.findElement(By.cssSelector(“input[placeholder = ‘Search’]”)).sendKeys(“adahadha”);