In a Selenium test framework, what is the primary benefit of creating an 'API client helper class' for common API operations?
-
A
It automatically generates test data
-
B
It centralizes API call logic for reuse and easier maintenance
-
C
It replaces the need for a Page Object Model
-
D
It speeds up browser rendering