Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
mdmintz merged 6 commits into master from add_uc_mode_clicking_methods
Jul 6, 2024

Conversation

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
@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

@univerz univerz Jul 7, 2024

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
Reviewers
1 more reviewer

@univerz univerz univerz left review comments

Reviewers whose approvals may not affect merge requirements
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
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Add advanced UC Mode PyAutoGUI clicking methods
2 participants

AltStyle によって変換されたページ (->オリジナル) /