Posted: 15 Mar 2015 15:58 | ||
Registered User Currently Offline |
Posts: 4 Join Date: Mar 2015 |
|
Hi!
Is it possible to get a screenshot just of a single"div"-element? Not the whole webpage? e.g. (screenshot of the "#footer"-Element): FireShotAPI.copyPage(true, "#footer"); cu Andrew |
Posted: 17 Mar 2015 18:04 | ||
Administrator Currently Offline |
Posts: 4268 Join Date: Jan 2007 |
|
Hello. Yes, this option is available: Code:
FireShotAPI.copyPage(true, "footer"); P.S. Works better in Pro. __________________ FireShot Pro Pro Full Webpage Screenshots will be moving to a subscription model soon!
There's a last chance to purchase a Lifetime License and get a 33% discount! - https://getfireshot.com/buy.php |
Posted: 19 Mar 2015 09:36 Last Edited By: andrewroom | ||
Registered User Currently Offline |
Posts: 4 Join Date: Mar 2015 |
|
Thanks for the response!
So I dont have to hide alle the other elements!!! cu Andrew |
Posted: 03 Mar 2024 06:56 | ||
Registered User Currently Offline |
Posts: 3 Join Date: Mar 2024 |
|
FireShotAPI.copyPage(true, "footer"); |
Posted: 03 Mar 2024 06:56 | ||
Registered User Currently Offline |
Posts: 3 Join Date: Mar 2024 |
|
FireShotAPI.CopPage (True, "Footer"); invalid |
Posted: 08 Mar 2024 01:43 Last Edited By: JK | ||
Administrator Currently Offline |
Posts: 4268 Join Date: Jan 2007 |
|
Quote:
FireShotAPI.CopPage (True, "Footer"); invalid I'm sorry for the confusion, at the moment the functionality to specify html elements to be captured is unavailable in the API due to security considerations. __________________ FireShot Pro Pro Full Webpage Screenshots will be moving to a subscription model soon!
There's a last chance to purchase a Lifetime License and get a 33% discount! - https://getfireshot.com/buy.php |