In Module 13 | Selenium Forum
M
Posted on 16/08/2016
Hi sir,
i try to solve Exercises but i face a problem that..

i extract all value from webpage but all values are in string format
like "(1)" ,"(23)"
now i want convert into int .
so how i can.
if another solution then provide me plz.

M
Replied on 17/08/2016

first of you have to delete the brackets(use substring) and than use parse int.

if you need more help reply to this comment.