there's an html code on a web page that I'm trying to automate, and one of the line goes something like this:
<"option value = "1">ABC<"/option>"
I am wondering if there are anyways to locate this without using the value, but locating it through text ABC. I have ABC stored under a variable, and I'm planning to pass that variable in.