-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[🐛 Bug]: Selenium return to previous page after driver.get #14494
Comments
@hkpmatt, thank you for creating this issue. We will troubleshoot it as soon as we can. Info for maintainersTriage this issue by using labels.
If information is missing, add a helpful comment and then
If the issue is a question, add the
If the issue is valid but there is no time to troubleshoot it, consider adding the
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable
After troubleshooting the issue, please add the Thank you! |
span_keys and span_click are not functions implemented in native Selenium - are these functions you defined locally? |
yes, they are the function defined by me.
…On Tue, 15 Oct 2024 at 06:31, Simon Benzer ***@***.***> wrote:
span_keys and span_click are not functions implemented in native Selenium
- are these functions you defined locally?
—
Reply to this email directly, view it on GitHub
<#14494 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQ42ZSNF6YUWVNIRC4QMLWTZ3RA4HAVCNFSM6AAAAABODPEU6KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJSGQ2DMNZTGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Incase you all want to know, the booking site is https://www.smartplay.lcsd.gov.hk/website/tc/index.html |
💬 Please ask questions at:
|
What happened?
I try to automate a court booking procedure and when I have automated the login action.
I try to navigate the driver to a new site that will help me to go to the booking site.
It can get to the desired URL if there is no more action after driver.get(URL) and yet,
When I add action to click the button after driver.get(URL) the script will return to the login page after driver.get(URL) and the address bar poped up the URL and right back to login page.
How can we reproduce the issue?
Relevant log output
Operating System
Windows 10
Selenium version
4.24.0
What are the browser(s) and version(s) where you see this issue?
Chrome
What are the browser driver(s) and version(s) where you see this issue?
Chrome Driver 128.0.6613.120
Are you using Selenium Grid?
No response
The text was updated successfully, but these errors were encountered: