Jump to content
UBot Underground

Selecting A Page Element With Wildcard, How?


Recommended Posts

Hello, I am trying to select a page element to click and have identified the right attribute that has only 1 reference. However, the reference is unique to my specific login, and I want to make this bot available to others to utilize. How can I override the following with a wildcard, so that it can be universal?

 

<outerhtml="<a href=\"/biz_info/MYUNIQUESTUFFHERE/general\" class=\"i-wrap ig-wrap-common i-action-edit-common-wrap link-more\"><i class=\"i ig-common i-action-edit-common\"></i> Edit</a>">

 

I have tried using:

 

<outerhtml="<a href=\"/biz_info/*/general\" class=\"i-wrap ig-wrap-common i-action-edit-common-wrap link-more\"><i class=\"i ig-common i-action-edit-common\"></i> Edit</a>">

 

but it did not work.

 

Anyone know how I can do it effectively? Thanks!

Link to post
Share on other sites

Try

<outerhtml=w"<a href=\"/biz_info/*/general\" class=\"i-wrap ig-wrap-common i-action-edit-common-wrap link-more\"><i class=\"i ig-common i-action-edit-common\"></i> Edit</a>">

There is a dropdown in the Advanced Element Editor (the gear icon in scrape attribute) you can select wildcard and put in a * this will just add the w in there for you

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...