drop table IF EXISTS _Variables;
CREATE TEMP TABLE _Variables(date_end date, time_end time, date_start date, time_start time) ;
INSERT INTO _Variables VALUES ('2022-01-21', '13:00:00', '2022-01-21', '01:00:00');
select STRFTIME("%H:%M:%S", julianday(datetime(date_end, time_end )) - julianday(datetime(date_start, time_start ))) from _variables;
00:00:00
Rectangle org.openqa.selenium.WebElement.getRect()
Point org.openqa.selenium.Rectangle.getPoint()
Where on the page is the top left-hand corner of the rendered element?
System.err.println(String.format(" Element position: x=%d,y=%d",
element.getRect().getPoint().getX(),
element.getRect().getPoint().getY()));
12:00:00
если помогло - я положу в ответы вы отметите решением