Can't update a Web Dialog Box with iMacros - imacros

I’m trying to develop a macro to adjust invoices with iMacros. When I hit the Adjustment button. I get a Web Page Dialog box and am able to tab, enter and search the first few fields. When I get the results back, I only get 1 line; which I expect. So far so good.
The reesults appears in a "new" section of the Web Dialog Box. The issue I’m having is that I need to check a checkbox on thee only line in the results (2nd section) and haven’t been able to do it so far.
I can't record anything when the Web Dialog Box is open. If I try and record before hitting the Adjust button, iMacros records hitting the button. Then I get the Dialog Manager box; which I can use to tab, key and then Enter. Then I check the checkbox and select another value from a drop down. I stop recording and nothing has been recorded.
Any suggestions on what is going on? It's making me crazy.
I'm using iMacros 12

Related

Retool: Action button to open modal with container

I have a table in retool. I've added an "action" column with buttons and renamed them "edit". What I would like to do on click of the action button is to open a modal with the data in the row populated. A user should be able to see the values of the row, edit them and when he clicks "submit" it will send an update API call for that row's unique id.
We’re working on some new docs for modal components, but until then here’s what you can do:
Drag a modal component onto your canvas. It’s going to appear as a button that opens a model, but don’t worry about that just yet
Create a Javascript query in the query editor that opens the modal. If we’re working with the default names, your query would be modal1.open()
Configure the action button in your table to run that JS query on click
That’s a quick way to open a modal through an action button. In terms of what’s in that modal, you can drag any components you want and reference table properties. So if you wanted to display a user’s email, you could drag a text component into the model and set its value to table1.selectedRow.data.email.
The last thing to deal with is the button, which you probably don’t want since you’re opening the modal via action buttons. You can hide it by clicking on it, heading to the inspector in the right sidebar, and scrolling down to the “display” settings. Just put true into the “Hide when true” field and the button won’t show.
hello stack overflow family this is my first post.
we are facing same issue today so i used one trick for opening a modal in action, i run one query that query name is model_open and in success event i select modal open and this query is triggered in Action edit option ,
i hope my first post help you ... :)

Turn off Information Popup

In Toad for Oracle 12.7.1.11, every time I open a synonym in Schema Browser with the Script tab selected, I see the same annoying popup, with this text:
To extract audit options, you must either have SELECT privilege on DBA_OBJ_AUDIT_OPTS or log into the schema that you are extracting.
Could someone kindly tell me how to get rid of it? (Note: I don't seem to get the popup when I open the table the synonym is for with a different DB user.)
I posted this question on the Toad for Oracle forum (
http://www.toadworld.com/products/toad-for-oracle/) and got the correct answer back! For those interested:
Click the first button in the script tab. In the dialog that appears, uncheck "Audit Statements".

How can a URL tab locator be programmed in Chrome or Firefox?

I want to create an extension that when a link is hovered over or right clicked, can search for all the tabs opened to the website, bring up a list of them and allow you to select one of them to jump to, or create a new tab for that website if none exists.
Is it possible in Firefox or Chrome with Javascript? The List All Tabs button in goes part of the way, but only shows the page titles, rather than include the URL with it.

Add to timeline dialog doesnt appear at all

I am having some issues with facebook's open graph beta add-to-timeline function.
https://developers.facebook.com/docs/opengraph/tutorial/
I am following step by step instructions as mentioned in the text and video tutorial. As soon as I launch my app at https://strong-rain-3190.herokuapp.com/cooking.html the add to timeline button doesnt appear at all. I am not sure whats going on. Have tried many times but no luck.
Is anyone else having the same issue? or if there's any possible solution for this.
This is because you are logged into facebook already.
You can test this by clicking on the Cook button and it would work.
Log out of facebook for the Add to timeline button to show up.

fblike api of facebook

hi i am using fblike api of facebook. this is working fine. i am using this script
when i open this page a text "fblike"and facebook icon are showing.but when i click on this a popup window opens and asking for login on facebook.
my question is that when user like this page the text which is display previously "fblike" change to "1 person".
can i stop this. i just want when user like this the texe should not be change.
I can do this or not?
Short Answer: You cant do that... :)
But you can achieve this by adjusting height and width of STANDARD LIKE BUTTON which will hide other part of that plugin (users, counter, etc) :)