0

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.

undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
JC1
  • 849
  • 13
  • 25

1 Answers1

1

Selenium is immutable to site traffic or the load on the AUT (Application Under Test)

So what matters for Selenium and WebDriver

The following aspects should be part of the best practices when working with Selenium:

undetected Selenium
  • 183,867
  • 41
  • 278
  • 352