0
how can i compare image to to what is happening on my screen so it can output if it matches or not?
so i was working on a program to join online classes for me, but i wanted to connect muted and sometimes it mutes you and sometimes it doesnt and i wanted to make sure i am muted and only then join.. i wanted to compare how does it look like when im muted(from a screenshot) and it it matches it connects me and if it is not matching it will click there and mute me before connecting me there..
3 Réponses
+ 1
If you know python or java:
i suggest you to learn selenium . It is a program used to automate browser.
If you know javascript:
I suggest you to learn Puppeteer
I hope my answer helps you
+ 1
puppeteer is easy and modern and fast but can only be used on Chrome
selenium supports all major browsers but it is kind of old.
0
thank you, i wanted to do it entirely in python but ill try looking into it