Marco Castelluccio

Results 483 comments of Marco Castelluccio

I've added usernames close to the networks people are testing, so we know who's testing what.

![overlapping](https://user-images.githubusercontent.com/1616846/41583984-fe775b9c-739d-11e8-96da-b031cf0e4c89.png)

It might be related to the fact that my screen is HiDPI.

Sounds good to me, but we should first finish the basic implementation that doesn't use the additional info.

Yes, many services offer running notebooks.

> @marco-c a few questions before writing the notebooks, so when you say rewrite them would that mean simply converting them into cells or do you want places where the...

Interesting idea! We just need to make Travis be able to push to the repo, maybe we can create a fake GitHub account and use a secret env variable on...

> there are redundancies in the exception blocks because we check if the xpath exists or not, so there's a try-catch block for each conditional. What if you put the...

> so i made already_clicked_elems a local variable It can't be local to do_something, otherwise it gets cleared every time we click on something and thus it becomes ineffective.