Unable to locate the 'Number of instances' field on https://cloud.google.com/products/calculator/ by the customized XPath with WebDriver (Java-powered)
I have tried the xpath: //input[@name = "quantity" and @id="input_52"] It works fine with Ctrl + F with the Chrome inspect code feature, but not with WebDriver
Here is the stacktrace message in Idea: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//input[@name = "quantity" and @id="input_52"]"}
Thank You for Your kind help in advance