i agree
but my question is, to be more clear :
if internet speed on VPS : 150 mb
and internet speed on my local computer : 10 mb
and i run a script like this
import ...
# part executed normal
driver = ...
driver.get("
https://www.google.com")
# part executed on background
gmail =
send.email('hi')
the part executed normal will be executed with 150 mb speed
and the part executed on background, will it be executed with 150 mb or 10 mb (locally) ?