Changed
- Renamed
.Landscape()to.WithLandscape()for fluent API consistency. - Renamed
.UseGrayscale()to.WithGrayscale()for fluent API consistency. - Renamed
.EmulateMediaType()to.WithMediaType()— shorter and consistent with theWith*convention. - Renamed
.WaitFor()to.WithWaitStrategy()to avoid confusion with async operations. - Renamed
.ReloadAfterStorageSet()to.WithReloadAfterStorage()for fluent API consistency. - Renamed
.ConfigureFonts()to.WithFonts()— shorter and consistent with theWith*convention.