Skip to content
Advertisement

Tag: selenium-webdriver

Selenium logging in Java – best practice? [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 7 years ago. Improve this question What are the current best practices for logging selenium webdriver activity? Are there any out-of-the-box tools that hook in to native

selenium webdriver move slider on left side

I want to move slider on left side of slider-bar. However, selenium webdriver moves it to right side but it does not move to left side. I want to move slider to 25% of total width of slider-bar. I am using below given code with java 1.8 with selenium 2.44. I have tried all the option using up,down,left,right arrow key

Best way to store locators

I’m following page object design pattern for Selenium automation and I can guess that many people store locators in .properties file and access them in code. It seems great to keep locators at separate place. Since, I haven’t work on any big project for Selenium automation, I would like to know thoughts on following so that I can avoid problems

Advertisement