Course Content
Selenium Python First Script
Selenium Python First Script
0/2
HTML Form elements
HTML Form elements
0/1
Handle HTML Frames
Handle HTML Frames
0/2
Handling Dropdown Lists
Handling Dropdown Lists
0/2
Selenium Action class
Selenium Action class
0/1
Selenium Python for Beginners [ 2024 ]
About Lesson

Run Python Command Interactively

In interactive mode you can type the Python commands directly
at the Python prompt.

>>>

Launch the Python interpreter

/> python

Type the following command at the prompt:

>>> print(“Hello, World”)

Join the conversation