Skip to content

Tag: maven

Maven: library module

I’m working on a project with a library module that has about 10 submodules. For the application project the developer asked us to find a way so that they can import only one dependency, instead of the requested 10. Let’s use as an example the dependency of log4j: I need only to include one not al…

How can i set browser language in Selenide using Java?

Hello guys please how can i do it?When i run not headless mode browser is in english and everything works fine, but when i run headless mode language is changed to my native language. I am using this for headless mode. Answer Selenide Configuration class contains public static MutableCapabilities browserCapab…