@DaHammer @m4zuper ,I got the Captcha to work, but how were you able to extract the data for email, phone, and text data? the Css values continue to change. (Im scraping craigslist jobs)
please help i want to remove first blank character from the save text
-
@heshamyassin1 said in please help i want to remove first blank character from the save text:
please help i want to remove first blank character from the save text

[[NEW_VARIABLE]] = " text 34 " [[NEW_VARIABLE1]] = [[NEW_VARIABLE]].trim() //or [[NEW_VARIABLE3]] = [[NEW_VARIABLE]].replace(/ /g, ""); //or [[NEW_VARIABLE4]] = [[NEW_VARIABLE]].slice(1)