I want to do this
if (typeof(variable) == "undefined开发者_StackOverflow社区") {}
does this work in selenium?
Yes. You can execute any javascript from selenium with the getEval method.
I want to do this
if (typeof(variable) == "undefined开发者_StackOverflow社区") {}
does this work in selenium?
Yes. You can execute any javascript from selenium with the getEval method.
精彩评论