Checks run (1 failed, 1 succeeded)
[WIP] Screen shot should be taken in the website
Review Request #9765 — Created March 10, 2018 and discarded
The screenshot cropping features are now implemented by first screen shooting the whole page than move it to a new tab then crop it.
The cropping features should occur at the targeting tab using script injection.
RI
Review request changed
- Commit:
-
70696c92b7d6b91bb5608221d1c13538966f592a563c94c70704df62f6f0f329d4a91439a05bae38
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
RI
Review request changed
- Status:
- Discarded
- Change Summary:
-
It is unlikely to achieve the in_tab scrren shot through javascript injection; Since different website has different DOM structure and the injection of elements may break it; futhurmore, some website does not allowed the script injections for security reasons.