Steve Kieu

Results 34 comments of Steve Kieu

Update my journey. So the second errors are mine, wrong ID. Basically my code now work now just update the id value correctly. However the main issues still remain, why...

OK now I have a test code. The code below when run will create errors ``` package main import ( "net/http" "flag" "time" "io/ioutil" "fmt" "os" u "github.com/sunshine69/golang-tools/utils" "github.com/tebeka/selenium" "net/http/httptest"...

``` 2021/09/07 10:04:43 -> POST http://localhost:4444/session/cba190f8-5f7b-46d0-b6f8-1496506ae9ca/url {"url":"http://127.0.0.1:39379"} 2021/09/07 10:04:43 POST http://localhost:4444/session/cba190f8-5f7b-46d0-b6f8-1496506ae9ca/element {"using":"css selector","value":"#Enable0:IPFilter:0"} 2021/09/07 10:04:43

So any colon `:` in the value of `id` will choke it.