feat: get wda logs

This commit is contained in:
debugtalk
2022-09-22 21:11:38 +08:00
parent 976e715357
commit 7a94afaf7e
17 changed files with 201 additions and 60 deletions

View File

@@ -5,7 +5,6 @@ package uixt
import (
"bytes"
"encoding/base64"
"encoding/json"
"fmt"
"image"
"io/ioutil"
@@ -13,6 +12,8 @@ import (
"net/http"
"strings"
"time"
"github.com/httprunner/httprunner/v4/hrp/internal/json"
)
var client = &http.Client{