I could not use the default By commands in selenium. Below is my script
driver.findElement(By.xpath("//*[@id='lotstatus_q']/div/table/tbody/tr"));
my script is failing and the result is this:By is not a function
is there any other items that I need to install?
All other By commands are not functioning.