Posts by Caio • 16 points
2 posts
- 
		0 votes2 answers305 viewsA: Problem with writing in hidden textbox with SeleniumYou can use the class JavascriptExecutor to execute a Javascript code on the page itself, and leave the element visible: JavascriptExecutor jse = (JavascriptExecutor) driver;… 
- 
		0 votes1 answer179 viewsA: how to change the width of Joptionpane.showInputDialog?UIManager is a utility class of the Swing library, in which you can change the properties of the elements by setting values through keys and values (as well as a Hashmap, for example). To change the… joptionpaneanswered Caio 16