List of web elements in a screen

how to get webelement list of a screen at runtime

Some thing like this will work

List screenElements = driver.findElements(By.xpath("//*"));

xpath [//*] means get every element on screen