Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes due to Driver library update #133

Merged
merged 1 commit into from
Nov 1, 2022

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.

None yet

3 participants