@johnsharon
I think temporary profiles can't be deleted. Check the folder:
"....\BrowserAutomationStudio\apps\26.7.1\prof"
The reason for this behavior may be that BAS does not have permissions to edit/delete files.
Try to run the program as administrator.
Try restarting the project periodically using the buttons in the interface, but not through forced closing or closing via Task Manager or something similar.
Try moving BAS or the project you are running to a different directory or disk.
BAS NEW TAP BUTTON
-
Hello i have a problem i hope someone can help
I've made gmail account creator everything is fine but when i click to forward email and write the email and i click next there is a pop up new tab to confirm the forwarding on bas the pop up tab does not appear any help please ?! -
@blueeorx said in BAS NEW TAP BUTTON:
Hello i have a problem i hope someone can help
I've made gmail account creator everything is fine but when i click to forward email and write the email and i click next there is a pop up new tab to confirm the forwarding on bas the pop up tab does not appear any help please ?!Have you tried searching for an answer on the forum?
-
@blueeorx said in BAS NEW TAP BUTTON:
@Fox I tried i didn't find the correct answer i've tried to allow pop ups but still does not work with me
Before clicking on the button, perform the "Javascript" action with the code
var _orig = window.open; window.open = function(url, target, features) { return _orig.call(this, url, "_self", features); };After clicking, the confirmation window will open in the current window
