I'm working in selenium with Firefox browser.
The Html code shown in View Source (CTRL+U) is different from the html code i see when inspecting the elements in Firefox.
When i run the driver.getPageSource()
i only get the View source (CTRL + U) codes.
Is there is any way to access the Inspect element code instead of View source code?