I want to click a button and I have this info. There is no id, and I only have the following code:
How could I make a findElement
using the highlighted info?
I tried with
driver.findElement(By.cssSelector("icon f_checkbox inlblk vtop")).click();