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

Trailing spaces are auto-generated in the input fields using Gecko driver with Selenium Java #1746

Closed
kayalsoumya opened this issue Jul 21, 2020 · 5 comments

Comments

@kayalsoumya
Copy link

kayalsoumya commented Jul 21, 2020

System-

  • Version: <geckodriver-v0.26.0-macos.tar>
  • Platform: <macOS + 10.13.2 (17C88)-->
  • Firefox: <78.0.2 (64-bit)>
  • Selenium: <3.141.59>

Testcase-

  1. Launch the firefox driver after setting up the required pre-requisite
  2. Enter data in email id & password field
  3. Note the auto-generated space before the email id & password fields
  4. By default, the email id & password field entries are being converted into Upper case letters
@whimboo
Copy link
Collaborator

whimboo commented Jul 21, 2020

Could you please attach a trace-level log from geckodriver? Read more about reporting actionable bugs in our contribution guidelines.

@kayalsoumya kayalsoumya changed the title Trailing spaces are auto-generated in the input fields using Gecko driover with Selenium Java Trailing spaces are auto-generated in the input fields using Gecko driver with Selenium Java Jul 21, 2020
@kayalsoumya
Copy link
Author

System-

  • Version: <geckodriver-v0.26.0-macos.tar>
  • Platform: <macOS + 10.13.2 (17C88)-->
  • Firefox: <78.0.2 (64-bit)>
  • Selenium: <3.141.59>

Testcase-

  1. Launch the firefox driver after setting up the required pre-requisite
  2. Enter data in email id & password field
  3. Note the auto-generated space before the email id & password fields
  4. By default, the email id & password field entries are being converted into Upper case letters

Could you please attach a trace-level log from geckodriver? Read more about reporting actionable bugs in our contribution guidelines.

1595344221584 mozrunner::runner INFO Running command: "/Applications/Firefox.app/Contents/MacOS/firefox-bin" "-marionette" "-foreground" "-no-remote" "-profile" "/var/folders/h3/9r8g36pd5rs34v__yl0jlztm0d711w/T/rust_mozprofileGXlR4G"
1595344237311 Marionette INFO Listening on port 59573
1595344366228 Marionette INFO Stopped listening on port 59573

@kayalsoumya
Copy link
Author

Attached the log along with the issue.

@whimboo
Copy link
Collaborator

whimboo commented Jul 22, 2020

This is still not a trace level log. Please confirm that by checking for TRACE entries beside INFO and DEBUG. Also a minimized example would be good to have.

@whimboo
Copy link
Collaborator

whimboo commented Aug 12, 2020

Closing issue as we haven't gotten a trace log yet. I'm happy to reopen if you provide all the requested information. thanks.

@whimboo whimboo closed this as completed Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants