Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example, we want to press the Find Flights button on the web page below.
By inspecting the web application, we find out that the button can be uniquely identified by it's value Find Flights.

Using seleniumSelenium, we can click on this button by using the following code:

...