Bug #1615
Some content is not carried over from browser through proxy
Start date:
11/22/2016
Due date:
% Done:
100%
Description
Things such as style tags are dropped
History
#1 Updated by Luke Murphey about 8 years ago
Should try loading the content and seeing if document.documentElement.outerHTML includes the same data.
If not, check out other options such as http://stackoverflow.com/questions/7263824/get-html-source-of-webelement-in-selenium-webdriver-using-python.
#2 Updated by Luke Murphey almost 8 years ago
The Firefox document does seem to have the expected content.
The next step is to either:- Execute the cleaner code against the FireFox HTML and confirm it is the cause
- Tell load_page not to clean the HTML and see if this fixes it
#4 Updated by Luke Murphey almost 8 years ago
- Category set to Web Controller
- Status changed from New to Closed
- Assignee set to Luke Murphey
- % Done changed from 0 to 100