Bhai you are helping the community. We are proud to have a mentor like you. I am not happy to see 280K subscribers. It should have been more than 1 M long ago. Please market it, you deserve to stand in shark tank india. You are giving more to the society right now than what we are giving to you. Bde bhai aap millions subscriber deserve krte ho
@narendrapin24 жыл бұрын
Hi Naveen i like your videos , plz make daily videos if possible bcz many persons are waiting your python automation videos.
@panditnandlalpatherwali59794 жыл бұрын
Hi Naveen, I request you to include pytest pararmeterization and fixtures in this series.
@MohamedAshikKamalBatcha4 жыл бұрын
Naveen bhai, your videos are very clear. Thanks for the videos.
@shivanandashetty33532 жыл бұрын
These videos are really helpful for my training. Quick one - How to select value if dropdown is not Select Tag Example : OrangeHRM demo page once we login, Employment Status field which is dropdown but not select Tag "Freelance"
@shivanandashetty33532 жыл бұрын
Sorry! I got it here. Thank you again kzbin.info/www/bejne/sKicaoOQltF6p6M
@ajiteshmane2 жыл бұрын
Very informative videos! Each step explained with such clarity. Finally found something worth coming back to again and again for reference. Thank you Naveen!
@mharogaonthevillagelife95164 жыл бұрын
Hi Naveen, I have two groups in dropdown options like.. Email Email Email Email Custom Text Fields Custom Date Fields How to select option form dropdown like email... I am sure you will surely help in this. unable to select...please help
@attitudelove45172 жыл бұрын
Very use full. And how do compare the actual and expected dropdown lists?
@FreedomCounty4 жыл бұрын
Amazing! Thank you, Sir!
@erickandel12214 жыл бұрын
Hi Naveen, i was unable to join telegram! Is there any other way to join the telegram group ?
@vinayyadav20363 жыл бұрын
Sir how to select the 'SELECT' tag when the 'id' is dynamic and nothing unique is there to select?
@varshas65264 жыл бұрын
Amazing...🤝🤝
@DanielWeikert4 жыл бұрын
Could you explain how css selectors work and what kind of them exist?
@panditnandlalpatherwali59794 жыл бұрын
waiting for the video...
@ashuiet4 жыл бұрын
Hi Naveen, Can you load above examples in your Github because I getting below error just want to compare my code what I am missing : ********** Error ********** File "C:/Users/ASHUTOSH SINGH/PycharmProjects/Selenium-Python-Practice/SelenuimSession/DropDownHandle.py", line 33, in for ele in dropDownOptionsList: NameError: name 'dropDownOptionsList' is not defined
@naveenautomationlabs4 жыл бұрын
Check the git now
@ashuiet4 жыл бұрын
@@naveenautomationlabs Got it Thanks
@Kig_Ama3 жыл бұрын
What if the web element is a search field and it delivers a list based on the fact what you typed in?
@UsamaAli-kr2cw2 жыл бұрын
extract all the suggestions and then run a loop over those result and select any option you want by using if clause.
@Kig_Ama2 жыл бұрын
@@UsamaAli-kr2cw ty. 👍🏼
@tejastoley67143 жыл бұрын
we can select the values from drop down without using select by this xpath "driver.find_element(By.XPATH,"//option[@value='0 - 10']").click()"