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

Breaking Change #20

Closed
joshiayush opened this issue Nov 8, 2021 · 0 comments
Closed

Breaking Change #20

joshiayush opened this issue Nov 8, 2021 · 0 comments
Assignees
Labels
bug Something isn't working contributions welcome External contributions are welcome enhancement New feature or request good first issue Good for newcomers

Comments

@joshiayush
Copy link
Owner

joshiayush commented Nov 8, 2021

Description

Screenshot from 2021-11-08 10-12-45

Element Send Now button has changed to No.

Possible solutions

Add corresponding changes to the following lines, instead of targeting element at "//button[@aria-label='Send now']" target the new No button.

send_now = send_invite_modal.find_element_by_xpath(
"//button[@aria-label='Send now']")
ActionChains(self._driver).move_to_element(
send_now).click().perform()

send_now = send_invite_modal.find_element_by_xpath(
"//button[@aria-label='Send now']")
ActionChains(self._driver).move_to_element(
send_now).click().perform()

This code is a bit redundant so try to refactor the above code in a single function call.

@joshiayush joshiayush self-assigned this Dec 7, 2021
@joshiayush joshiayush added contributions welcome External contributions are welcome enhancement New feature or request good first issue Good for newcomers bug Something isn't working labels Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working contributions welcome External contributions are welcome enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant