driver.findElement(By.xpath("//*[contains(text(),'"+ ProjectName +"')]")).click();
I tried to use this code to find web element dynamically, but when I tried to call it on my test case seems that it cannot have an input value since this code is a part of my custom keyword code. Can someone help me try to find a way on how to do it. Thank you very much!