Session 14- Selenium with Python

preview_player
Показать описание
Topic : Selenium with Python

#########################
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
#PythonSelenium
#SeleniumWebdriver
#WebAutomation
#TestAutomation
#PythonAutomation
#AutomatedTesting
#QAautomation
#SeleniumTips
#SeleniumTricks
#SeleniumTutorial
#SeleniumTesting
#AutomateWithPython
#PythonTesting
#WebTesting
#SoftwareTesting
#AutomatedWebTesting
#TestWithSelenium
#SeleniumProjects
#LearnSelenium
#PythonForTesting
#QualityAssurance
#SeleniumExpert
#TestAutomationFramework
#SeleniumScripts
#SeleniumCode
#SeleniumTraining
#PythonDevelopment
#AutomatedTestScripts
#SeleniumBeginner
#SeleniumAdvanced
#TestWithPython
#SeleniumWebTesting
#AutomationEngineer
#PythonProgramming
#SeleniumFramework
#SeleniumTestCases
#PythonSeleniumTutorial
#SeleniumIDE
#SeleniumWebDriverTutorial
#AutomateTesting
#SeleniumBestPractices
#SeleniumWithPython
#SeleniumTestingTools
#AutomatedBrowserTesting
#TestAutomationTips
#SeleniumWebBrowser
#PythonScripting
#SeleniumChallenges
#SeleniumProjectsInPython
Рекомендации по теме
Комментарии
Автор

Hi Sir, Please start a latest series on development framework from scratch in Python selenium

tapaskhandai
Автор

amazing efforts to help beginners to learn

Kalaiarasan_Balu
Автор

How can I get the notes which you share? Like for eg. the utility file which you're working with here in this video. I've also joined by paying. Still I don't see those notes. Can you please guide?

sameekchakraborty
Автор

"""To store multiple data into rows and columns"""
data =[('Emp Id', 'Emp Name', 'Designation'),
(1, 'XYZ', 'Manager'),
(2, 'ABC', 'Consultant')]
for i in data:
sheet3.append(i)

workbook.save(file)

nagendrababu
Автор

hello I need to know if column is more than 10 we just need another for loop statement into the first one to manage column??? thanks for your work

delaureaka
Автор

Sir, can you please upload any mock interview with Python+selenium.

navyadekka
Автор

i am looking for the pdf. Where i find it?

manavverma
Автор

sdetpavan does this series has framework design?

gourisankardash
Автор

Hi sir, can you please suggest me like how to get real time project knowledge on selenium with python... please help me on this issue.

sateeshkumar
Автор

Hello sir
It is very useful video for us.
Could you please attach XLutils file in the description.
It would useful for practicing the data driven testcase.

nagiritharun
Автор

Sir pls make videos on
1)How to connect selenium to existing session browser.
2) from half of work, not from first step .Some data entry work need to continue from where we stopped,

Please make these topic along with the video sir. Plz make video

anilm
Автор

Can u please teach how to create a simple frame work in java plz teach

monishasaravanan
Автор

do we have video for selenium grid in python

simsonts
Автор

Hi sir any upcoming batch for Selenium with Java?
Tutor: Only You

VikasMishraSDET
Автор

Hi Sir, 30:44 I'm getting some error while opening the workbook.‘We Found a Problem with Some Content in 'test.xlsx.' Do you want us to try to recover as much as we can? if you trust the source of this workbook click yes’, and the file is getting opened in repair mode. Can you/anyone please help. Thanks in advance

mohammedgayasuddin
Автор

Hi sir I am looking for your selenium with java online batch by Pavan sir

ramdigital
Автор

Sir I got the FileNotFoundError [Errno2] No Such File or directory Wha

Prasanna_Explorer
Автор

import openpyxl
from openpyxl import workbook

path=" "
workbook = openpyxl.load_workbook(path)
sheet = workbook["Sheet1"]

rows = sheet.max_row #count max no. of rows in excel sheet
cols = sheet.max_column #count max no. of columns in a excel sheet 4

#Reading all the rows and colums from the excel sheet
for r in range(1, rows+1):
for c in range(1, cols+1):
print(sheet.cell(r, c).value)



sir, same I have given to read data from excel but it is showing error can you please help me.
workbook = openpyxl.load_workbook(path)
in this line i'm getting error

vasireddysindhu
Автор

Hi sir, can u share all videos code into github link

suryagowda
Автор

getting error argument of type 'nonetype' is not iterable for select class

gp