Tsvetan Stoychev
Tsvetan Stoychev
Hello @Zifius , I think that the function "waitForJS" may come handy - http://codeception.com/docs/modules/WebDriver#waitForJS
Had the same issue and @fllff approach helped. Could we bump the bundler version in order to fix it or it is necessary more stuff to be fixed?
Hello @nicjansma I would like to have 2 parts (A and B) in this comment: **A. Reproducing issue when we have very high TTI.** I managed to reproduce the issue...
Hello @nicjansma I looked deeper at this problem and it became obvious that we do wrong calculations because of the way **setTimeout()** works in inactive browser tabs. In **Continuity** plugin...
Hello @bluesmoon Do you think that as a good starting point about "NavigationTiming compression" we can use offsets for NavigationTiming values and then convert the results to base36?
Hello @MariusBrill Our readme is kind of long but somewhere in the middle we have documented the asynchronous loader snippethttps://github.com/akamai/boomerang/blob/master/README.md We have the full source code and a minified version...
@MariusBrill here is also a tutorial about building Boomerang: https://akamai.github.io/boomerang/akamai/tutorial-building.html
Hello @iwindfree I have few questions: 1. What version of Boomerang JS do you use? 2. Could you share an example Beacon payload that you send to your system that...
Hello @annitsb The build process automatically creates a debug build. After you build Boomerang, then could you check the **build** folder for file that end with `-debug.js`? You should have...
@annitsb very interesting ... your boomerang is called `boomerang-history.min.js`. I see some debug info but I am not sure that this is really a debug build because I would expect...