You can’t be. There is no conceivable way a For Each would do that.
The code the way you have it will just quickly iterate through the four usernames and navigate the browser, without doing anything else. It’s probably iterating through them, but so fast you only see the browser land on the last user.
Comment out Navigate To and put in a Log Message with item.ToString and you’ll see it.