@duneavv

Results 11 comments of @duneavv

> Sure, here we go: ``` package main import ( "fmt" "github.com/wangluozhe/requests" "github.com/wangluozhe/requests/url" ) func checkErr(err error) { if err != nil { panic(err) } } func main() { req...

> > Have the following error: > > ``` > > Get "https://www.costco.com.mx/": tls: CurvePreferences includes unsupported curve > > panic: runtime error: invalid memory address or nil pointer dereference...

> When using this stealth plugin, it seems its not able to open/show the browser window - which is possible when not using this. > > I am using the...

> Hey @orbar1, I'm having the same problem. Did you find the solution or any kind of workaround? Thanks! Hey mate! Can u contact with me? with many thx! magickcap

So, I found some library "chrome_remote" and It works well, I can connect to Chrome(google-chrome --remote-debugging-port=9222) with this code: ``` require 'chrome_remote' require 'base64' chrome = ChromeRemote.client # Enable events...

> I just checked locally, everything works just fine. Started the browser `/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222 --headless=true` started the browser `browser = Ferrum::Browser.new(url: "http://localhost:9222")` went to google `browser.go "http://google.com"`. >...

> On step 2 the only option you have to pass is :url. Try it My friend, nothing has changed, I have 2 Chormes ![Screenshot from 2022-12-13 23-47-18](https://user-images.githubusercontent.com/83603430/207440590-d2b47708-d02a-4d46-938d-cd8afeb56b2e.png)

> So does it mean, I can't control my Chrome profile? **По русски**: Дмитрий, скажи пожалуйста, я могу подкючаться к браузеру, который запускаю с помощью терминала(--remote-debugging-port=9222). Например, в Go example,...

> Я вот только сегодня пробовал, запускал хром (он открывал мой профиль) с флагом remote-debugging-port=9222 и мне приходили события о всех открытых табах, в них был browserContextId который я затем...

> Cпасибо, я тогда исследую, но это не будет быстро, скорее всего результат будет только на следующей неделе, потому что буду в дороге. Спасибо большое!