I want to access a button inside a 'div' tag but the problem is, there are two 'div' tags with same class name and one of them has the button. So how to identify which one has the button and access it. So far I tried to solve but I always get 'Unable to locate element' for button.
One is:
div class="weEq5" style="will-change; width;"
Another one is:
div class="weEq5"
button class="_35EW6"