웹브라우저 이용해서 프로그램 제작중인데

<rect x="1024.5962962962979" y="378.6777777777761" width="445.5999999999997" height="335.00370370370354" rx="0" ry="0" fill="#bea886" stroke="#000000" stroke-width="0" opacity="0" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0); opacity: 0;">&lt;title style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);">&lt;/title></rect>

위와 같은 꼴의 rect(사각형)이 아주 많이 있는 페이지에서, Tagname이 fill="#dddddd"인 개체와 fill
fill="#bea886"인 개체를 찾아서 클릭하게끔 하고싶은데
FindElement 이용 해서 어떻게 해야할까요

개체는 위와같은 형식이에용
X,Y 값은 사각형마다 달라요
도움 앙망합니다