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

Would be helpful if you could explain the code more properly #5

Open
vishank97 opened this issue May 23, 2020 · 0 comments
Open

Would be helpful if you could explain the code more properly #5

vishank97 opened this issue May 23, 2020 · 0 comments

Comments

@vishank97
Copy link

Hello Everyone,
I have developed a JavaFx application which has a WebView component for logging in to the application which I want to automate. I'd used an existing solution where I had to call WebViewObject.getEngine().executeScript() and manually add the username and password from the HTML Class tags of the login page and then hit the login button, but this would never happen in sequential order, meaning the compiler always used to hit login button first and then the tried the enter username and password, which is definitely wrong.
Hence, Selenium popped up in my head and I just Googled it since I'm pretty much new to it and found this repository. I'll list some of my doubts and it would be helpful if anybody could help me.

  1. I want to automate the logging process which is WebView
  2. How would I make my existing project interact with this code?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant