Jump to content
UBot Underground

Change file field Not Working


Recommended Posts

Hey guys

Is anyone having issues with getting the chage file field command to work.

I have the following code and when I run it does now work.

I have hard coded the file path and it does not change / set the file path.

Is there a bug or am I doing something wrong?

 

loop(#ImportLoopCount) {

set(#FileLocation, $list item(%Krakken_keyword_paths, #ImportLoopItem), "Global")

change file field(<id="local_file">, #FileLocation,)

wait(1)

click(<name="submit">, "Left Click", "No")

wait for element(<name="importType">, 15, "Appear")

change dropdown(<name="importType">, "Krakken Voma")

if($comparison(#ImportLoopCount, ">", #ImportLoopItem)) {

then {

increment(#ImportLoopItem)

}

else {

}

}

}

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...