how can i compare image to to what is happening on my screen so it can output if it matches or not? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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..

27th Jan 2022, 7:29 PM
Juraj Širáň
3 Answers
+ 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
27th Jan 2022, 7:32 PM
hamishhr
hamishhr - avatar
+ 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.
27th Jan 2022, 7:39 PM
hamishhr
hamishhr - avatar
0
thank you, i wanted to do it entirely in python but ill try looking into it
27th Jan 2022, 7:33 PM
Juraj Širáň