Navigation

    OpenBullet

    OpenBullet

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

    extream87

    @extream87

    0
    Reputation
    14
    Posts
    8
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    extream87 Follow

    Posts made by extream87

    • RE: Check code

      Ok ill take a look. Thank you mate

      posted in Questions
      E
      extream87
    • RE: Check code

      Hmmmmm....
      Thanks bro im gonna try...
      And in case the invalid and valid is in same post data? No way?

      posted in Questions
      E
      extream87
    • Check code

      Hello, im trying to check if an code its used or not.
      In my case site only allows to check if is used or not in redeem page, so when i make a post with the code to redeem page or i get info saying is already used or he its auto applied...
      Is there a way to make a post and get error message and if no error message cancel the post?

      posted in Questions
      E
      extream87
    • RE: Selenium Key Failure

      IF "<SOURCE>" Contains "SOMETHING"
      BROWSERACTION ClearCookies
      BROWSERACTION Quit
      SET STATUS RETRY
      ENDIF

      Is possible to ban proxy too?

      posted in Questions
      E
      extream87
    • RE: Selenium Key Failure

      Sorry ive already found.

      BROWSERACTION DOMtoSOURCE

      IF "<SOURCE>" Contains "(FAILKEYHERE)"
      BROWSERACTION Quit
      ENDIF

      posted in Questions
      E
      extream87
    • Selenium Key Failure

      Hello, how can i do if Key check = failure i do browser quit?
      In my code i do open browser, navigate to url, insert credentials then login if login is correct everything is ok but if keycheck = failure OB dont continue to another login...

      posted in Questions
      E
      extream87
    • RE: Check if 2 variables are empty

      Its possible to use ELSEIF in OB?

      posted in Questions
      E
      extream87
    • RE: Bypass Incapsula and Akamai

      So its possible to create an host with akamai bypass to use ip=target site?

      posted in Questions
      E
      extream87
    • RE: Check if 2 variables are empty

      Thanks one more time master.
      Maybe in the future you can add the hability to use ELSEIF

      posted in Questions
      E
      extream87
    • RE: Check if 2 variables are empty

      Ruri if i put an else this else refers from 1st or 2nd IF?

      IF "<Type1> EqualTo""
      IF "<Type2> EqualTo""
      do something
      ELSE
      do something
      ENDIF

      posted in Questions
      E
      extream87