Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Iterate Over Website and Click | Selenium Project
Selenium Project
course content

Зміст курсу

Selenium Project

bookIterate Over Website and Click

driver.find_elements() is a method in the selenium library for Python that is used to locate one or more web elements on a web page. When a Python script calls driver.find_elements(by, value), selenium will search for elements on the web page that match the specified by and value parameters and return a list of all matching elements.

Завдання

  1. Iterate over the length of "a" attributes in the webpage and print their text;
  2. Click on the 7-th element to access a specific project.

Mark tasks as Completed
Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

driver.find_elements() is a method in the selenium library for Python that is used to locate one or more web elements on a web page. When a Python script calls driver.find_elements(by, value), selenium will search for elements on the web page that match the specified by and value parameters and return a list of all matching elements.

Завдання

  1. Iterate over the length of "a" attributes in the webpage and print their text;
  2. Click on the 7-th element to access a specific project.

Mark tasks as Completed
Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Секція 1. Розділ 7
AVAILABLE TO ULTIMATE ONLY
some-alt