Navigation

    OpenBullet

    OpenBullet

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Awards
    1. Home
    2. idont123
    I
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    idont123

    @idont123

    0
    Reputation
    2
    Posts
    2
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    idont123 Follow

    Posts made by idont123

    • RE: Selenium how to press Ctrl+a Ctrl+c ?

      thanks it seems like it works...

      but now another question i want to keep only specific text from the websites which i am scraping, thats why i use the function block with the regexmatch. But the regexmatch function matches only the first pattern

      for example i scrape a proxy list website which contains this: 127.0.0.1:80, 128.0.0.2:81, 129.0.0.3:83

      the regexmatch function will only matches the first ip "127.0.0.1:80"

      how can i match everything ?

      thank you

      posted in Questions
      I
      idont123
    • Selenium how to press Ctrl+a Ctrl+c ?

      hey,

      i try to build a website text scraper for multiple websites. I just need a way to save just all the text from the website... (just like open a webiste in webbrowser and copy all the text with [Ctrl+A][Ctrl+C]).

      Is this possible with openbullet Selenium ?

      thank you

      posted in Questions
      I
      idont123