I have a question - did Python + Selenium give the opportunity to verify size and coordinates on the web-page?
I mean I have a mockup in Figma with the size of the element and his coordinates. And I want to know can I verify these values by Python + Selenium on the Web Page?
Maybe we can't use Figma, but maybe you can verify coordinates in the browser, and then write them in the test-cases?