I wrote a script to automate the action of carting a product and checking out on selenium. I was wondering how heavy site traffic (aka site crashing) will be handled on selenium's end? I assume this is normal as a regular browser?
Are there any fallbacks that should be implemented in the code for this (e.g. checking timeouts, status codes)? Running headless if it matters.
Any help would be appreciated. Thank you.