I have an application that has a menu like this:
And I am trying to check whether or not that button is active (which means green or white)
The code is something like this
a = exists() == True b = exists() == True print(a) print(b)
a = exists() == True
b = exists() == True
print(a)
print(b)
But the problem here is that I'm getting the falling message:
False False
Could anyone explain to me what I am doing wrong or why is not working?
1.4m articles
1.4m replys
5 comments
57.0k users