autowebcompat icon indicating copy to clipboard operation
autowebcompat copied to clipboard

Automatically detect web compatibility issues

Results 41 autowebcompat issues
Sort by recently updated
recently updated
newest added

We can try extracting the difference between images using opencv, and train the cnn on the 'differential image'. This approach should be less computationally expensive than siamese CNNs and may...

nn

Right now, Chrome is showing a scrollbar that we should get rid of, as it is simply adding noise. Once we remove the scrollbar, the screenshots are probably not the...

crawler

Using the model we trained on the compatibility problem as a pretrained model, we can fine-tune it to the task of detecting regressions.

Let's extend the project to use the last 10 major releases of each browser when collecting screenshots. I'm considering creating a Docker container with the headless browser for each browser...

After #273 is done, use [mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) to try and guess when a browser will fail rendering a web page. Use this information to automatically label the dataset (labeling a pair...

Currently, we are choosing elements to interact with in a random fashion. Instead, we should explore all possible paths (up to a maximum level that we need to decide).

crawler

Many websites (e.g. with a carousel, or with news) change pretty often their content, but the overall structure remains the same. If we collect many screenshots for the same website...

crawler

Right now, the crawler is interacting with `button`s, some `input`s and `a`s: https://github.com/marco-c/autowebcompat/blob/205aae8a174e2d263b9e98246c78a16b587179a7/collect.py#L74

crawler

While doing it, we should also take note of on which sites the crawler fails to take screenshots.

crawler

There are a few cases where the crawler was not able to take screenshots. We should figure out why and try to fix any issue that we notice. The files...

crawler