As of now, I am working on automating the process of increasing the width of an HTML table column using Selenium WebDriver.
I discovered that I can retrieve the coordinates of x and y by using
findElement(By.cssSelector("<Css locator>").getLocation();
However, I am curious to know if it is feasible to apply the same approach to adjusting the width of a column.