Skip to content

Add UC Mode clicking methods that use PyAutoGUI #2911

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

Merged
merged 6 commits into from
Jul 6, 2024

Conversation

mdmintz
Copy link
Member

@mdmintz mdmintz commented Jul 6, 2024

@mdmintz mdmintz added enhancement Making things better documentation tests This involves test updates or new tests SeleniumBase 4 SeleniumBase 4 UC Mode / CDP Mode Undetected Chromedriver Mode / CDP Mode labels Jul 6, 2024
@mdmintz mdmintz self-assigned this Jul 6, 2024
@mdmintz mdmintz merged commit c97c68b into master Jul 6, 2024
6 checks passed
@mdmintz mdmintz deleted the add_uc_mode_clicking_methods branch July 6, 2024 06:49
Comment on lines +731 to +732
i_x, i_y = get_gui_element_position(driver, "iframe")
driver.switch_to_frame(frame)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
i_x, i_y = get_gui_element_position(driver, "iframe")
driver.switch_to_frame(frame)
i_x, i_y = get_gui_element_position(driver, frame)
driver.switch_to_frame(frame)

to make it work with the specified frame

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation enhancement Making things better SeleniumBase 4 SeleniumBase 4 tests This involves test updates or new tests UC Mode / CDP Mode Undetected Chromedriver Mode / CDP Mode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add advanced UC Mode PyAutoGUI clicking methods
2 participants