Selenium tutorial with Python Hindi #2 - Pycharm interpreter setup & selenium GET command

preview_player
Показать описание
Ye selenium tutorial ki dursi video hai, isme hum sikhenge pycharm me kaise new project, new python file aur kaise pycharm virtual interpreter me selenium import kiya jata hai. Sath hi rainbow plugin installation, python basics aur selenium ki get command kaise use karte hain.
#pycharminterpreter #seleniumget #rainbowbracket
agar aapne meri first video nhi dekhi jisme maine selenium installation bataya hai toh pehle voh dekhe.

Chapters:
00:00 - create new project in pycharm
01:10 - interpreter setup
04:01 - create new python file
04:38 - explanation on why we install pycharm
05:40 - installation of rainbow brackets plugin
06:32 - selenium GET command
10:04 - ending
Рекомендации по теме
Комментарии
Автор

I love the patience you have to teach... appreciate your work bro... thank u...

hcv
Автор

I'm not too code in coding that's why I wanted to make career in testing and just open YouTube and search randomly then I got your channel started checking videos bro I just want say thank u

Avinash
Автор

please make one video for the interview, how to explain your pytest framework

anoopmishra
Автор

First of all my all doubts clear thnku

meghasingh
Автор

Good job brother and if possible please add your tricks and tips from your experience to make the framework more reusable and robust...Thanks a lot..

nathankesar
Автор

Your teaching is wonderful Sir. but I don't know python even.

tanushreemukherjee
Автор

Appium install karne k liye kon sa module select karen?

shubhamvatsal
Автор

hello bhai ye error arha hai
Traceback (most recent call last):
File "C:\Users\LENOVO\PycharmProjects\selenium_learnin\main.py", line 5, in <module>
Options.add_experimental_option('Detach', True)
TypeError: missing 1 required positional argument: 'value'

Process finished with exit code 1

amitpandey-jwvd
Автор

Hey! i am getting unexpected argument error can you please look into this or troubleshoot for me and why it is not suggesting me exculatble path?

sharadkumarpathak
Автор

Can you tell me like which framework we are using in this

vineetdubey
Автор

Executable path option is not showing after writing webdriver. Please help me sir

shishirranbawale
Автор

M not getting suggestion for executable path word and find_element_by_id. Could you plz help is any file missing or what's the issue?

shokeentaneja
Автор

sir excutable path nhi arra mera file me

varunsaini
Автор

when i run pycharm there is a problem with webdriver.Chrome showing warning unexpected argument executable_path

jainpahup
Автор

Unexpected keyword argument aarha hai executable path what should I do sir plz help me

Lets_talk_about_facts
Автор

Jo blocked website hen, jo sirf proxy se use huti hen, unhy kse run kren?

ahmed-developer
Автор

can i use selenium in jupyter notebook

ratigoyal
Автор

Hello bhai but error occur when we write the from selenium import webdriver it show error like module not found plz ressolve my error Bhai

meghasingh
Автор

Python ke basics par video banaiye and if already hai to link send kijiye pls

sohilmemon
Автор

getting this error. "DeprecationWarning: executable_path has been deprecated, please pass in a Service object
driver = webdriver.Chrome(executable_path="C:\\Users\\vdubey\\Pictures\\selenium\\chromedriver.exe", options=options)"

vineetdubey