Having the ability to test new settings
Having the ability to test new settings, e.g. jQuery settings set in the 'Page function' without the need to do a new run. Testing based on the html of the previous run. I make so+me jQuery changes, i need a full run to test (i'm now well over 100 runs to test a bit of code) takes a lot of time.
Live testing would be great. Think jsfiddle, based on the source of the last run.
2 Replies
adverse-sapphire•2y ago
Interesting idea but it would be really complex to implement and there isn't much prepared for that.
Maybe having a script that will simply allow to run pageFunction in your own browser? Basically, it just needs to preset the
context
paramwise-white•2y ago
Based on the idea that my chrome === apify's chrome, just resting in your own browser could definitely be a good idea.