Skip to content

Instantly share code, notes, and snippets.

View adelarcubs's full-sized avatar

Adelar Tiemann Junior adelarcubs

  • Mercado Livre
  • Florianópolis - SC
View GitHub Profile
package appiumworkaround;
import io.appium.java_client.windows.WindowsDriver;
import java.io.IOException;
import java.net.URI;
import java.net.http.HttpClient;
import java.net.http.HttpRequest;
import java.net.http.HttpResponse;
import lombok.AccessLevel;
import lombok.NoArgsConstructor;