Omg your channel is by far one of the rare channels that doesn't have a 40 min intro! Thank you so much for the amazing content ❤
@JohnWatsonRooney Жыл бұрын
thanks i appreciate it!
@graczew Жыл бұрын
Thanx John for sharing this👍I wish I will remember about this when I will need it😉
@mihailazarescu1297 Жыл бұрын
Thank you, John!
@JohnWatsonRooney Жыл бұрын
Thank you very much! Appreciated!
@skandashaktis Жыл бұрын
Binge watching your videos and it's great to watch you transition around from VS code/Windows/Pycharm to NeoVim/Linux/Some sort of window manager as well. Don't tell me you are a Arch user as well?
@JohnWatsonRooney Жыл бұрын
Haha thanks… but no not arch. It’s Ubuntu with i3 and basic customisation. I couldn’t live without i3 now
@mandarraut9565 Жыл бұрын
Thats great, i have just one request can you make a video on how to switch frames in between for e.g Take html response data from a popup window using selenium
@prohacker5086 Жыл бұрын
This is awesome
@СаняСаня-з2т Жыл бұрын
Great tutorial. Thanks!
@CrYpt001 Жыл бұрын
Very nice solution .
@JohnWatsonRooney Жыл бұрын
Thank you! Cheers!
@silkogelman Жыл бұрын
2:01 Reminder for you @JohnWatsonRooney (I forgot 😅) And thanks for this tutorial!
@MsAdmin328 ай бұрын
Thanks for start point. it does not work for me. What i did is I got indexes of [ ] (square brackets) and cut off all symbols before and after and with json.load(text_which left) got valid json. Maybe somebody will use it too.
@Yagnik_Sojitra Жыл бұрын
What should we use instead of try: except ?
@JohnWatsonRooney Жыл бұрын
Sorry i should have been more clear - of you use try/except make sure you handle the specific error (key error etc) rather than just “pass”
@Yagnik_Sojitra Жыл бұрын
@@JohnWatsonRooney 🙏
@JustSomeAussie1 Жыл бұрын
I'd probably just check if script.text() == "" (or None, idk if .text() returns None or an empty string) and then continue to the next iteration