Skip to content

Commit

Permalink
Update Sources/WebDriver/Requests.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
compnerd authored Mar 4, 2024
1 parent 5f1c5b3 commit 4a336fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/WebDriver/Requests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ public enum Requests {

public struct Get: Request {
public var session: String
public var windowHandle: String

public var pathComponents: [String] { ["session", session, "window", windowHandle, "position"] }
public var method: HTTPMethod { .get }
Expand Down

0 comments on commit 4a336fe

Please sign in to comment.