I want to write a selenium python script to get connection speed of a UA-cam video. Manually you do it by right click, then options will appear, after click on Stats for nerds you get connection speed, I want to print that in the terminal. I am able to perform right click only through the script ......plz help to proceed further....how to select stats for nerds and click on it and print connection speed on terminal.... thanks
I have installed selenium all driver but it is not found "action_chine" or any mouse or keyboard event. so please told me what package add on my pycharm to show this event.
Hi First of all thanks for this awesome learning session in very easy manner. i have one query over here i am doing multiple keys instead of getting copy entered text it is adding additional a alphabet at then end of user name could you please assist.
I want to right click on a element (options will appear after that) and then from those options I want select one and perform click and then print the details on terminal .....how do I do it????? How to store after right click????.....plz help ..... thanks
you'll need geckodriver to open firefox, and import 'from selenium.webdriver.firefox.options import Options 'to open firefox. there are a lot of tutorials available look for them.
Thank you so much for this video . 💖💖
i have taken your course on udemy 😁
Thanks maaannnnnnnn
what is the difference between driver.find_element().click() and using click from action chains ?
"click" is mouse action and "action chains" for Keyboard click.
I can't seem to use selenium to do a ctrl + F command, to search the web page.
You made it so easier. Thank u!!
I want to write a selenium python script to get connection speed of a UA-cam video.
Manually you do it by right click, then options will appear, after click on Stats for nerds you get connection speed, I want to print that in the terminal.
I am able to perform right click only through the script ......plz help to proceed further....how to select stats for nerds and click on it and print connection speed on terminal.... thanks
I have installed selenium all driver but it is not found "action_chine" or any mouse or keyboard event. so please told me what package add on my pycharm to show this event.
in pycharm-preferences-go to project-interpreter and select your virtual environment where you've downloaded your packages
Hi First of all thanks for this awesome learning session in very easy manner. i have one query over here i am doing multiple keys instead of getting copy entered text it is adding additional a alphabet at then end of user name
could you please assist.
Can you plz zoom it so that we can see the codes clearly. Explanation is good but codes are not visible.
I want to right click on a element (options will appear after that) and then from those options I want select one and perform click and then print the details on terminal .....how do I do it????? How to store after right click????.....plz help ..... thanks
Did you get any help on this ?
It's getting "no module named selenium.webdriver"?Can I know the reason??
import it
from selenium import webdriver
form selenium.webdriver.common......
Thank you sir
Cooool ... it's working!!!!!!
Cool video, but you can't Ctrl+A any more with Selenium ... or use other similar combinations :(
yes its not working, do you have any solution for that. thanks
act.key_down(Keys.CONTROL).send_keys('a').key_up(Keys.CONTROL).perform()
Good Video !! Helpful
thank you I love man
hi,how to execute a web application using Firefox driver or another drivers
you'll need geckodriver to open firefox, and import 'from selenium.webdriver.firefox.options import Options
'to open firefox. there are a lot of tutorials available look for them.
Excellent!
whoa does anyone else see the new button APPLAUD