Multiple choice technology testing

The _______Method Waits for the browser to complete the current navigation

  1. Wait

  2. WaitProperty

  3. Exist

  4. Sync

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The Sync method (applied to Browser objects) waits for the browser to complete the current navigation before proceeding. This ensures the page is fully loaded. Wait is a time delay, WaitProperty checks object properties, and Exist checks for object presence.