Skip to content

Conversation

@ednavivianasegura
Copy link
Contributor

Changes due to Driver library update:
Modification of the following functions:
find_element_by_id(‘id’) by find_element(By.ID, ‘id’) find_element_by_name(‘name’) by find_element(By.NAME, ‘name’) find_element_by_xpath(‘xpath’) by find_element(By.XPATH, ‘xpath’)

Changes due to Driver library update:
Modification of the following functions:
find_element_by_id(‘id’) by find_element(By.ID, ‘id’)
find_element_by_name(‘name’) by find_element(By.NAME, ‘name’)
find_element_by_xpath(‘xpath’) by 	find_element(By.XPATH, ‘xpath’)
@johnjohnk2
Copy link

@ednavivianasegura Is this package still works and maintained ?
It seems not ...

@joeyism joeyism merged commit d1a3ec6 into joeyism:master Nov 1, 2022
@joeyism
Copy link
Owner

joeyism commented Nov 2, 2022

Thanks. Published 2.9.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants