Class BidiBrowserEventCollector

java.lang.Object
com.shaft.capture.collector.BidiBrowserEventCollector
All Implemented Interfaces:
BrowserEventCollector, AutoCloseable

public final class BidiBrowserEventCollector extends Object implements BrowserEventCollector
WebDriver BiDi collector using preload scripts for immediate cross-context signals.
  • Constructor Details

    • BidiBrowserEventCollector

      public BidiBrowserEventCollector(org.openqa.selenium.WebDriver driver)
      Creates a BiDi collector.
      Parameters:
      driver - BiDi-capable driver
    • BidiBrowserEventCollector

      public BidiBrowserEventCollector(org.openqa.selenium.WebDriver driver, List<String> testIdAttributes)
      Creates a BiDi collector.
      Parameters:
      driver - BiDi-capable driver
      testIdAttributes - locator test-id attributes
  • Method Details