... | ... | @@ -51,4 +51,15 @@ After browser coordinates and colors are configured properly and all necessary d |
|
|
|
|
|
```sh
|
|
|
$ python run.py
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
```
|
|
|
|
|
|
## Criticisms
|
|
|
This software is not intuitive to set up or run.
|
|
|
|
|
|
When deploying a program for use by others, the user should ideally not have to manually edit your program at all. This is what configuration files are for.
|
|
|
|
|
|
The process of manually determining the screen coordinates of browser elements is extremely monotonous. Selenium is not the only browser automation engine out there, and PyAutoGUI has that ability to click based on the contents of a screenshot. I wonder if the author explored any of these alternatives?
|
|
|
|
|
|
The quality of the code and documentation leaves a lot to be desired as well.
|
|
|
|
|
|
This script is a nice proof of concept, but is not very useful without some major refactoring. |
|
|
\ No newline at end of file |