Jump to content
UBot Underground

yonatankra

Fellow UBotter
  • Content Count

    51
  • Joined

  • Last visited

  • Days Won

    1

yonatankra last won the day on October 7 2017

yonatankra had the most liked content!

Community Reputation

1 Neutral

About yonatankra

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 10
  • Total Memory
    More Than 9Gb
  • Framework
    v4.0
  • License
    Developer Edition

Recent Profile Visitors

2384 profile views
  1. It happens to me as well... when I'm trying to scrape simple things like a single href from a certain <a> tag.
  2. We're talking about one example here: http://network.ubotstudio.com/forum/index.php/topic/21399-clicking-a-sibling-element/
  3. Thanks. The link to the plugin doesn't work anymore. I've seen there is a "before" and "after" selector - but couldn't find any example on how to use them. This might solve 25% of my issues.
  4. I'm getting this issue as well now. Simple scraping of id of same images on page. set(#addStar,$scrape attribute(<src="https://www.mysite.com/star_16.gif">,"id"),"Global") EDIT: Now it's getting worse - I'm getting errors on every time I'm trying to use the select tool (the '<>' icon in the click command, for example). After a few seconds, UBOT crashes. This is not related to a certain web page...
  5. Thanks. So let's say I'm trying to find an element that has an inline style with display: none;Let's say I have this: <a id="linkId" style="background-color: green; display: none; margin: auto;">Which after some user actions changes to: <a id="linkId" style="background-color: green; margin: auto;">How can I wait for this change? I want to whole thread to stop until the display: none is gone. Thanks!
  6. Thanks. Could you please share a code sample? I'm not that proficient with Ubot methods.
  7. Hi, I want to wait for an element. Problem is - the element is in the DOM. So essentially, I want to wait for the element to have "display: none" removed. How can this be done? Thanks
  8. Hi. Im coming from the javascript world and trying out ubot. Im used to selenium, so Im looking for that kind of flexibility. Is there a way to use jquery/css selectors (i.e. for clicking). Thanks
  9. Bump... this happens for the browser.exe file in ubot 5... A major setback and I believe this should be a free patch for anyone - especially developers... Any intention of solving this?
  10. Hi, One of my "target" websites marks certain elements using some attribute. For instance: <a href="blahblah" myMarkingAttr="1">Don't click me</a> While other links would be: <a href="blahblah">I'm the one you want to click</a> I want to create a list of all the <a> elements that are missing the "myMarkingAttr" attribute. Any way to do this?
  11. In other words - I can't(?) Would this be fixed in the future?
  12. Hi, I have some parts of my website that are made with iframes. I've tried to click the iframe or its wrapping element, but to no avail. Is there a way to click something inside an iframe?
  13. I've been searching for something like that but couldn't find it. I have a text like: "Go to http://mydomain.com/blabla and see what I'm talking about" or "Go to http://www.mydomain.com.br/ and see what I'm talking about" I want to be able to replace the domain name with something. For instance, an <a> element: "<a href="http://mydomain.com/blabla?someParam=someValue">Some text</a>" I tried using reg exp replace, but it's not working for me. Any idea how to make this work?
×
×
  • Create New...