Selenium with Python Tutorial 4-WebDriver Navigational Commands

preview_player
Показать описание
Topic : WebDriver Navigational Commands

#########################
Udemy Courses:
#########################

Manual Testing+Agile with Jira Tool
************************************

Selenium with Java+Cucumber
********************************

Selenium with Python & PyTest
********************************

Selenium with python using Robot framework
****************************************

API Testing(Postman, RestAssured & SoapUI)
*****************************************

Web & API Automation using Cypress with Javascript
********************************************

Playwright with Javascript
**************************

Jmeter-Performance Testing
************************

SDET Essencials(Full Stack QA)
*************************

Appium-Mobile Automation Testing
************************************

Java Collections
*****************

Python Programming
*********************

Cucumber BDD Framework
***************************

Protractor with Javascript
***************************

####################################
Youtube Playlists:
####################################

Manual Testing & Agile
***********************

SQL
****

linux & Shell Scripting
**********************

Java
*****

Selenium With Java+Cucumber
********************************

Python
***************************

Selenium With Python,Pytest&Behave
***************************************

Selenium With Python Using Robert Framework
(Web&API Testing)
*************************************************

API Testing (Postman,SoapUi,&Rest Assured)
**********************************************

Mobile App Testing Appium
****************************

Performance Testing Jmeter
*******************************

Maven,Jenkins,Git,Github,CI/CD
*******************************

SQL,DB Testing&ETL,Bigdata
*******************************

JavaScript Based Automation Tools
********************************

Selector Hub Tools
********************

GraphQL
******************

Cypress API Testing
********************

Cypress Web Testing
**********************

Playwright with Javascipt
**************************

#Selenium
#Python
#WebDriver
#Automation
#QA
#Testing
#WebTesting
#NavigationalCommands
#TestAutomation
#QualityAssurance
#SoftwareTesting
#WebAutomation
#Code
#Scripting
#Programming
#BrowserAutomation
#TestScripts
#WebApps
#WebDevelopment
#PythonScripting
#SeleniumWebDriver
#AutomatedTesting
#SeleniumCommands
#NavigateTo
#GoBack
#GoForward
#RefreshPage
#PythonAutomation
#WebTestingTools
#ProgrammingInPython
#BrowserNavigation
#SoftwareDevelopment
#UIAutomation
#CodeAutomation
#WebDriverCommands
#SeleniumPython
#WebTestingFramework
#SeleniumTesting
#TestAutomationTools
#WebApplicationTesting
#TestingAutomation
#PythonProgramming
#SoftwareQuality
#SeleniumScripting
#AutomateWithPython
#WebTestAutomation
#NavigateCommands
#WebDriverAutomation
#AutomationScripts
#QualityAssuranceTools
Рекомендации по теме
Комментарии
Автор

Thanks for producing these videos. Very helpful. Note to American English speakers: the Indian accent is difficult to understand at times and there is a lot of background noise on the videos at times. However if you slow it down and listen carefully for 1-2 videos you will find that you can understand things easier and the information is excellent. The instructor is very good.

madjayhawk
Автор

This tutorial is amazing and very helpful
advise if someone has a problem and errors are coming again so please use web driver version which you are using current version browser into your PC. and next thing is in the latest version of pycharm in 2021 please don't write (from import keys) only write from selenium import web driver only. Then it is possible the program runs.

syedtajwerali
Автор

driver.back() has issues with sleep. If you do not provide sleep(), it does not go back.
You can use

Surya-nclv
Автор

Please mention urls in the description. It will be helpful.

rojaraniiza
Автор

Hii sir,
Whatever the wbesites you are testing are not showing in browser, few are showing but they updated

sreenu
Автор

Can you activate automatically generated subtitles on your videos please ? Thanks

yourfreewindowsupgradeis
Автор

sir could u please share the locators video mainly css and xpath is imp so that its very useful to us syntax wise its difficult to remember

bhavyashree
Автор

It happens when we browsing site in Same tab
But when two tab open then how to some before tab I mean back

davidjonson
Автор

hello sir, how to click multiple times on the same link text continuously.

automateboringstuffwithraj
Автор

why my driver.title only shows the first page ?? in both the case ? please help
print(driver.title) #FR

time.sleep(5)

print(driver.title) #tt

driver.back()

time.sleep(5)
print(driver.title) #fr

driver.forward()
time.sleep(2)
print(driver.title) #tt

karishmazsweblog
Автор

what is the purpose of importing keys?

saurabh
Автор

Hi Sir, Sleep function is not working and also when I write Import time, Pycharm is not able to import the package. Kindly Advice.
Python Version 3.8.1
Pycharm Version 2019.3.3

prathikshashet