You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
When a page that is large, the method getPageSource() doesn't get the whole page, but
only part of it. When the page source exceeds the limited size, it shows (...) at the
end of the content.
The steps are:
driver.get("<the url that has a lot of information>");
driver.getPageSource();