Posts by Vini Gabriel • 38 points
4 posts
-
0
votes1
answer232
viewsA: How to define proxy in Capybara
You can pass the proxy on capabilities, it would look something like this: Capybara.register_driver :selenium_chrome do |app| Capybara::Selenium::Driver.new( app, browser: :chrome,…
-
2
votes2
answers252
viewsQ: Interpolate variable name in ruby
Hello, I am developing a test automation where I have a variable that receives dynamic values, according to the test run. In the case of the contents of each element changes according to the…
-
0
votes2
answers1583
viewsA: Java - Missing Artifact com.sun:tools:jar:0 (POM.xml)
I was able to fix it. The problem was in the build of Maven when creating the folders in . m2. I created the folders by hand and updated project. After that everything’s back to normal. Obg, you…
-
0
votes2
answers1583
viewsQ: Java - Missing Artifact com.sun:tools:jar:0 (POM.xml)
I’m making that mistake on my POM.xml. Would anyone know what to say? <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"…