I just learned about the "TypeAsync()" Method.
await Page.GetByLabel("test").TypeAsync("01.02.1979");
This solved the problem.