Selenium WebDriver Commands

preview_player
Показать описание
Selenium Commands

There are three types of commands are there in WebDriver:

1) Browser Commands
2) Browser Navigation Commands
3) WebElements Commands

Let’s Explain one by one:

1) Browser Commands: We have 6 Browser commands

a) Get Command
b) Get Title Command
c) Get Current Url Command
d) Get Page Source Command
e) Close Command
f) Quit Command

2) Navigation Commands: We have 4 Browser navigation commands

a) Navigate to Command:
b) Back Command
c) Forward Command
d) Refresh Commands

3) WebElement Commands: We have 13 WebElement commands

a) Clear Command
b) Click Command
c) GetText Command
d) IsSelected Command
e) IsEnabled Command
f) IsDisplayed Command
g) getSize Command
h) GetCssValue Command
i) getLocation Command
j) Submit Command
k) getAttribute Command
l) getTagName Command
m) SendKeys Command

Рекомендации по теме
Комментарии
Автор

Excellent information sir....thank you....😊👍

philemonbabu
Автор

Hey I have installed selenium by using pip install selenium and chromedriver.but after that get() is not working.it is working on import webbrowser. Any suggestions ?

debasismohanty