Posts by Rafael Parola • 93 points
2 posts
-
8
votes3
answers537
viewsQ: How to remove the space of "4 980 Raphael" only between numbers
I have a string "4 980 Rafael" and I would like to know how I will remove only the spacing that are between the numbers in shell script.
-
1
votes0
answers66
viewsQ: Driver does not wait for page to load to proceed
Hi, I’m using Selenium to run some tests and then export the code to the eclipse. I’m trying to gettext a page that uses ajax using xpath, and then I’m trying to authenticate with assertTrue, but…