module Applitools::Selenium

MIGRATION NOTE: This legacy driver wrapper is being maintained for backward compatibility. New code should avoid using these wrappers and instead:

  1. Use unwrapped Selenium WebDriver objects directly

  2. Use the universal_driver_config method to obtain the standard format for Universal SDK

  3. Use element IDs rather than wrapped element objects

For more details on the migration path, see spec/core/universal_eyes_driver_spec.rb

MIGRATION NOTE: This legacy element wrapper is being maintained for backward compatibility. New code should avoid using these wrappers and instead:

  1. Use unwrapped Selenium WebDriver elements directly

  2. When passing elements to Eyes, use the element’s ID rather than the wrapped object

  3. Work with the universal SDK directly when possible

For more details on the migration path, see spec/core/universal_eyes_driver_spec.rb