java.lang.Object
org.openqa.selenium.devtools.v146.smartcardemulation.model.StatusRequested

public class StatusRequested extends Object
Fired when |SCardStatus| is called. This maps to: PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gae49c3c894ad7ac12a5b896bde70d0382 Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardstatusa
  • Constructor Details

    • StatusRequested

      public StatusRequested(String requestId, Integer handle)
  • Method Details

    • getRequestId

      public String getRequestId()
    • getHandle

      public Integer getHandle()