The JavaDoc for WebDriver.getPageSource() states that

Get the source of the last loaded page. If the page has been modified after loading (for example, by Javascript) there is no guarentee that the returned text is that of the modified page. Please consult the documentation of the particular driver being used to determine whether the returned text reflects the current state of the page or the text last sent by the web server. /.../

I am using FirefoxDriver (JavaDoc) but can't find any information about this. It is returning the modified DOM or not?

link|improve this question

73% accept rate
feedback

1 Answer

It should be returning the modified DOM. If it is not, we probably have a bug that should get logged here: http://code.google.com/p/selenium/issues/entry

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.