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

Integration with existing selenium tests #41

Open
sohansoni opened this issue Feb 9, 2019 · 0 comments
Open

Integration with existing selenium tests #41

sohansoni opened this issue Feb 9, 2019 · 0 comments

Comments

@sohansoni
Copy link

sohansoni commented Feb 9, 2019

We have developed HTML5-AngularJS website. Application's UI tests are written using selenium, where it tests all the workflows of the system. i.e. right from opening the site, logging into it, performing tasks like opening all the forms, performing actions inside those forms and then finally logging out.

Right now we are using chrome development tools to find out memory leaks. But came across drool as we want to automate the memory leak detection. I was going through API docs and see that we have to use something like this driver.findElement(drool.webdriver.By.css('.new-todo') in order to get the elements from the DOM.

So question is, can we use drool with existing selenium test cases ?

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