zytedata / zyte-smartproxy-selenium

A wrapper over Selenium Wire to provide Zyte Smart Proxy Manager specific functionalities.
3 stars 4 forks source link

Q: Further selenium functions #2

Closed iDevo closed 2 years ago

iDevo commented 2 years ago

Hi there, thank you for the great help in the last ticket.

In order to use the great library fully, we need further selenium features like

from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as ec
from selenium.common.exceptions import TimeoutException

Is it possible to make a quick update for these properties too?

Thank you very much! Niklas

geronsv commented 2 years ago

Hi @iDevo Zyte-Smartproxy-Selenium is similar to Selenium Wire in that you can import all those libraries as is (from selenium.webdriver package) and use them as you usually do with Selenium.