Skip to main content
0 votes
1 answer
30 views

I'm using browser.scripting.executeScript() and i need to send a message to webext background script/service worker script. Usually it means using browser.runtime.sendMessage(), but browser is ...
4ntoine's user avatar
  • 20.6k
0 votes
1 answer
257 views

I have the following Javascript script: async function getIPAddress() { var thisFuncName = arguments.callee.toString().match(/function ([^\(]+)/)[1]; var retValue = { 'Result': true, ...
ShamilS's user avatar
  • 1,654
0 votes
0 answers
43 views

I have a popup.js file that has a button say Button_p. On clicking Button_p, I inject a script inject.js to a website using // snap from popup.js Button_p.addEventListener('click', () => { func();...
Debanjan Dutta's user avatar
2 votes
0 answers
129 views

I'm trying to create a Dev Tools panel to inspect the origin private file system, as it's apparently missing from the Storage panel in the latest version (115) of Firefox LTS. However, when using ...
JamesTheAwesomeDude's user avatar
0 votes
0 answers
231 views

I am writing an extension to create a new tab then run some script. However, the error message "Error: Cannot access "about:blank" at origin "null". Extension must have ...
Jono's user avatar
  • 13
0 votes
0 answers
88 views

Question Is there a way to get around timing issues when injecting a content script via chrome.scripting.executeScript() and sending the tab a message? Issue In this code, I am injecting a content ...
John Gordon's user avatar
  • 2,201
0 votes
1 answer
28 views

While running Selenium tests on my customizations to a CMS generated donation form I was getting inexplicable errors. I need to get the configuration options for the form from my page. So I did this: ...
Paul Joiner's user avatar
1 vote
1 answer
87 views

When running a scraping tool I am in the process of writing I need to interact with the user but prefer not via the console as that means switching between the console and the browser. Problem is I ...
user avatar
0 votes
0 answers
62 views

I have a following input in Nifi Jolt Specification processor, that i got from an API : { "BAG": { "Ett": "WWWLOG", "refD": "DVJOB1415738", ...
Osp Kombo's user avatar
0 votes
1 answer
103 views

I've been using SIDE to automate some processes at work. I'm collecting some dates from the page using the store command and trying to use the execute script command to calculate a duration and then ...
Nathan Lane's user avatar
0 votes
1 answer
210 views

I'm trying to use Selenium IDE to type and submit a handful of strings on a website. Each string is a list of three names that must be separated with each name on its own line. I'm using an execute ...
booyouwhore's user avatar
0 votes
0 answers
320 views

I have a chrome extension in which I'm using the chrome.runtime.onInstalled event to reinject my scripts when an update happens. chrome.runtime.onInstalled.addListener((details) => { ...
Jesse Sliter's user avatar
0 votes
1 answer
62 views

I am writing code in Apache nifi's execute script processor in javascript. NOTE: NO in-built function or method of javascript like isEmpty(), Object.Entries, or etc doesn't works in nifi's processor. ...
dracile's user avatar
  • 79
0 votes
0 answers
141 views

I have created this Python script to compare the data types of a CSV coming from the InputStream with an array of data types, but I don't understand why I'm getting an error in line number 7 in NiFi. ...
Dario Lurido's user avatar
0 votes
1 answer
437 views

I'm new to apache nifi and I am having trouble with writing a script that can give the list of files within a ftp server using the ExecuteScript on apache Nifi. I have the following script that I'm ...
Athenkosi Lengs's user avatar

15 30 50 per page
1
2 3 4 5