Skip to content

Access to Virtual Authenticators #700

Answered by mhanberg
Jwashton asked this question in Q&A
Discussion options

You must be logged in to vote

I would need to personally research the WebDriver extension specification, but if you can create extensions by the HTTP interface, then you should be able to accomplish this in your code in the meantime.

You can use the function Wallaby.HTTPClient.request(method, url, params \\ %{}, opts \\ []) to send requests to the webdriver.

method is the http method, and url is the webdrivers server url. This can be fetched from the current session session.url.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Jwashton
Comment options

@mhanberg
Comment options

Answer selected by Jwashton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants