darcy-framework/darcy-web

Need a way to obtain the page source for a Browser

Closed this issue · 3 comments

Example:

public class MyPage extends AbstractView {
// Class data and methods

// Something similar to the following to get the page source
getContext().getPageSource();

|
|

@abocz or @dmcneil interested?

Isn't there already Browser#getSource?