Tôi vừa học video hướng dẫn của mấy năm trước nguyên tuần, xong ờ giờ mới thấy youtube ông này làm video dạy selenium 2 tháng trước. Mà lại còn là phiên bản mới luôn k cần service hay download driver nhì nhằng =)) đỉnh vl
Hello Sir ..your tutorial is awesome..just facing one issue: my browser auto-closes after execution of code, i want the page to stay so that i can work on further code. issue s in both chrome and edge.pls help
Try in this way options = webdriver.ChromeOptions() options.add_experimental_option("detach", True) driver=webdriver.Chrome(executable_path=chrome_driver_path,options=options) driver.get("www.google.com")
Thank You SIR! It was really a great video, I took my time with it, but every chapter was explained in a manner that even a layman would get it. I have a couple questions, I have 1.2 yrs of exp. in Manual Testing, but as I have a gap, I'm not able to get calls/interviews. I have started learning automation with Python, but most companies require Selenium with Java? What do you suggest? And is there any benenfit of making projects in QA, if yes, what type of projects will help my resume or application.
Yes, you can learn Selenium with Python using the VS Code editor on Ubuntu. VS Code is a versatile and powerful code editor, and Ubuntu provides an excellent environment for Python development.
Hi sir can you pls tell me that how can I resolve the error of no such element exception but I have rewrite the code several time and it runs in the very first after very next secind when I run it again it shows me the above mentioned error , anad I was creating web scraping from Selenium on vs code by python
Also wanted to tell you that I use the vedio of code with Harry for above making project and did the same exactly but I face the same error even my code was right
why i am getting login as failed exp_title = driver.find_element(By.CSS_SELECTOR, ".product_label") act_title = "Products" if act_title == exp_title: print('login is passed') else: print('login is failed') in this condition
Why I am getting these error for broken links : File "E:\Automation_testing\day1\brokenlinks.py", line 14, in print(f"total no of links present: {len(all_links)}") ^^^^^^^^^^^^^^ TypeError: object of type 'WebElement' has no len() can you help me with these.
Once the script is executed, browser gets closed automatically. I did not write browser.quit or close still the session is terminated immediately after execution.
@@divyaagrawal7530 Use this code to keep browser open options = webdriver.ChromeOptions() options.add_experimental_option("detach", True) driver = webdriver.Chrome(options = options)
Thank you so much for your kind words! I'm thrilled to hear that you're enjoying the course and finding it valuable for learning Selenium with Python. Your feedback means a lot!
Traceback (most recent call last): File "C:\Users\HOME\PycharmProjects\pythonProject\day1\firstProject.py", line 31, in driver.find_element(By.XPATH("#APjFqb")) ^^^^^^^^^^^^^^^^^^^ TypeError: 'str' object is not callable i am getting this error, can you please help me sir.
Thank you, I just learned it all in a few days. The video is very easy to understand. If possible, I'm waiting for a video about POM. =)))
Right now, I started with Python learning. Right after, I will create on POM and frameworks
Tôi vừa học video hướng dẫn của mấy năm trước nguyên tuần, xong ờ giờ mới thấy youtube ông này làm video dạy selenium 2 tháng trước. Mà lại còn là phiên bản mới luôn k cần service hay download driver nhì nhằng =)) đỉnh vl
@@TestingFunda Any update on pom?
1:02:05 - selectors hub browser extension
1:11:25 - automate login functionality
1:27:56 - browser commands
1:37:45 - viewport
1:46:30 - checkboxes
2:03:10 - drop-down
2:26:53 - broken links
2:38:30 - broken images
2:49:41 - Handling multiple tabs
3:06:16 - Handling web tables
3:26:31 - Handling Iframes
3:38:13 - Handling nested frames
3:49:40 - Handling javascript alerts
4:04:27 - Handling datepicker - 1
4:26:31 - Handling dropdown datepicker - 2
4:52:41 - Handling mouse hover
5:02:06 - Handling drag and drop
5:09:29 - Handling slider
5:17:30 - Handling resizable elements
5:27:55 - Basic authentication
5:33:43 - Incognito mode
5:42:30 - Data driven testing using xlsx
6:04:11 - Data driven testing using csv
6:14:36 - Data driven testing using json
6:23:43 - Implicit wait
6:37:06 - Explicit wait
This video is easy to understand and explains Selenium 4 clearly. Other videos are outdated. Thank you for the short and sweet explanation!
Thank you so much. Happy learning
This is the best video to learn because other are very old and lengthy process and advantages they are using python.
Thanks a lot.
B b we ni😢😅🎉😊
This is the best course on Selenium. Great explanations and examples. Truly amazing. Thank you.
Thanks Happy learning
Sir op viedo tha 1hr and 40mins dekha mana sir bhut acha samjha raha hai app
1:02:05 - selectors hub browser extension
1:11:25 - automate login functionality
1:27:56 - browser cmd
1:37:45 - viewport
1:46:30 - checkboxes
2:03:10 - drop-down
Thanks
1:02:05 - selectors hub browser extension
1:11:25 - automate login functionality
1:27:56 - browser cmd
Very nice your way of explaining everything in detail or in fast manner perfect
@@020hamza2 that's great. Happy learning 👍
Thanks a lot, its simply superb, Cheers
I'm glad you liked it!
Hello Sir ..your tutorial is awesome..just facing one issue: my browser auto-closes after execution of code, i want the page to stay so that i can work on further code. issue s in both chrome and edge.pls help
Try in this way
options = webdriver.ChromeOptions()
options.add_experimental_option("detach", True)
driver=webdriver.Chrome(executable_path=chrome_driver_path,options=options)
driver.get("www.google.com")
Hello, hi. Why are you using firefox instead of deafult browser?
Zeeshan bhai I have a problem I have a widget which has three buttons and hover is not working at all how can I get this reviewed .. koi advise do
thank u so much for this
Thank You SIR!
It was really a great video, I took my time with it, but every chapter was explained in a manner that even a layman would get it.
I have a couple questions, I have 1.2 yrs of exp. in Manual Testing, but as I have a gap, I'm not able to get calls/interviews.
I have started learning automation with Python, but most companies require Selenium with Java? What do you suggest?
And is there any benenfit of making projects in QA, if yes, what type of projects will help my resume or application.
thank you for this great course. if possible can you share your demo website link so we can practice together.
Thanks. Which Practise site you are referring?
What's the jobe role where we use python selenium
@@RaniKrishna-s6o Automation Testing
I am using vs code editor in ubunto ... Is this video work for me???
Yes, you can learn Selenium with Python using the VS Code editor on Ubuntu. VS Code is a versatile and powerful code editor, and Ubuntu provides an excellent environment for Python development.
Do you know why my selenium actions aren’t yellow “ex: driver. Forward or time.sleep”
I am using a theme thats why
Hi sir can you pls tell me that how can I resolve the error of no such element exception but I have rewrite the code several time and it runs in the very first after very next secind when I run it again it shows me the above mentioned error , anad I was creating web scraping from Selenium on vs code by python
Also wanted to tell you that I use the vedio of code with Harry for above making project and did the same exactly but I face the same error even my code was right
@@spycarnage6019 Use Selenium implicit or explicit waits
Orangehrm link not 😢 working
Try this Link opensource-demo.orangehrmlive.com/web/index.php/auth/login
how to exit from full screen window to normal browser window
Use driver.set_window and set your desired screen size. Here is an example: driver.set_window_size(1024, 768)
my google chrome closes immdeiately after being launched by selenium. plz help
ruclips.net/video/ijT2sLVdnPM/видео.html
import time
before closing write
time.sleep(10)
why i am getting login as failed
exp_title = driver.find_element(By.CSS_SELECTOR, ".product_label")
act_title = "Products"
if act_title == exp_title:
print('login is passed')
else:
print('login is failed')
in this condition
Can you please share more details?
Anyone please update the timeline. Thanks
I will do it soon. Sorry for the inconvenience
Timeline updated
can you please share the code for this or the github link
I haven't uploaded the code on github till now but will upload soon and share the link
Why I am getting these error for broken links :
File "E:\Automation_testing\day1\brokenlinks.py", line 14, in
print(f"total no of links present: {len(all_links)}")
^^^^^^^^^^^^^^
TypeError: object of type 'WebElement' has no len()
can you help me with these.
Can you please share your code?
@@TestingFunda I get it sir thank you for your reply
@@biswanthpinnika7149 Thats Great
Can you pls share the codes used, Thanks
Chrome is crashing, i.e. getting closed automatically once the execution is completed.
Can you please share more details?
Once the script is executed, browser gets closed automatically. I did not write browser.quit or close still the session is terminated immediately after execution.
@@divyaagrawal7530 To prevent Chrome from closing add this code
options = webdriver.ChromeOptions()
options.add_experimental_option("detach", True)
driver = webdriver.Chrome(options=options)
@TestingFunda please share the steps to resolve this issue as I have to add time.sleep() function to keep browser open for some time.
@@divyaagrawal7530 Use this code to keep browser open
options = webdriver.ChromeOptions()
options.add_experimental_option("detach", True)
driver = webdriver.Chrome(options = options)
browser.get("link") is throwing an error so i'm using driver.get.................. is it correct?
Can you please complete code
Good
Thanks
Really very nice
Thanks happy learning
iss course ko complete krne ke baad kya krna chaiye?
Practice
Thankyou , this course is awesome and one of the best course to learn selenium using python
Thank you so much for your kind words! I'm thrilled to hear that you're enjoying the course and finding it valuable for learning Selenium with Python. Your feedback means a lot!
Traceback (most recent call last):
File "C:\Users\HOME\PycharmProjects\pythonProject\day1\firstProject.py", line 31, in
driver.find_element(By.XPATH("#APjFqb"))
^^^^^^^^^^^^^^^^^^^
TypeError: 'str' object is not callable
i am getting this error, can you please help me sir.
driver.find_element(By.XPATH, "//*[@id='APjFqb']")
@@TestingFunda I tried this as well. If you can give your number or email ID, I can connect with you sir. Please
you have to use coma ", " after XPATH
@@asadmanzoor7873 thank you
1:00:00
Understandable
Great Thanks
i am not able to download chrome driver. i am not getting .exe. please help me.
You don't need to in latest version
@@TestingFunda in your latest video, have you covered full course of selenium automation testing with python sir??.
@manjulacn3289 yes this is the latest tutorial
@@TestingFunda Thank you soo much sir, and also If you're gonna start course means I will join sir.
Zxt3