Closed Liripo closed 3 years ago
Hello: How can I tell if an element exists or not will not stop my script directly? Thanks!
I use try() and tryCatch() like this:
try(remDr$findElement(using="name", value = 'login_id'))
Hello: How can I tell if an element exists or not will not stop my script directly? Thanks!