Posts by user166670 • 11 points
1 post
-
0
votes1
answer370
viewsQ: I need to copy a value that is in "value". I am using Eclipse Java Selenium Library
This is the html: input name="nr_proposta" type="text" value="52367" data-mask="9?99999999" data-mask-placeholder=" " class="form-control apagar" id="nr_proposta" In java I’m doing so: WebElement…