autowebcompat
autowebcompat copied to clipboard
Add tests for some functionality of the crawler
Maybe moving some crawler code in a separate module under the autowebcompat directory.
I would like to work on this.
I would like to work on this.
Sure, go ahead!
@marco-c Need some help here. So on checking collect.py, I think read_sequence, get_all_attributes, screenshot, set_timeouts can be moved to autowebcompat directory and can be added in test cases. but get_all_attributes, set_timeouts and screenshot is driver module dependent which they receive as parameter. So is it right way of doing this or should I think and try again?
For the functions that get a webdriver as parameter, you can create a webdriver in the test.