Joel Edwardson
Joel Edwardson
@PhilGarb @chrisjpatty this would be a great addition, any chance it can be merged back with the master?
possible to get this merged pls?
I think I have found the bug: in `FlumineBacktest._process_backtest_orders()`, it has ``` if order.trade.status.value == "Complete": blotter.complete_order(order) ``` However, if a `Trade` has one complete `Order` then its status will...
Few things to try: - Call `Target.setDiscoverTargets` with `dicover` as true initially - When targets are created you will be a given a `sessionId` to interact with, you need to...
Any ideas about how Cloudflare is detecting Puppeteer? I don't know the ins and outs of Puppeteer but I know they use the [chrome dev tools protocol](https://chromedevtools.github.io/devtools-protocol/), the same as...
How is it that FlareSolverr works? Surely if Puppeteer is detected by Cloudflare then so would Selenium
Any updates on this? Does anyone understand how creepjs detects Puppeteer and what could be done to avoid detection from the Puppeteer source itself?
This doesn't make sense to me, I am using puppeteer to connect to chrome on android just connecting through the dev tools port, and even pages not created by puppeteer,...
Unfortunately, this won't work for my use case as I launch chrome on android via ADB, forward the chrome dev tools port and then connect, so no launching is involved....