Search the Community
Showing results for tags 'firefox ff.au3'.
-
This is for those pages that seem to load when you use _FFOpenURL(), but they have a text saying "please wait while we load your page..." but according to _FFOpenURL() the page has loaded. An example seen in popular sites is the Cloudflare page saying "Checking your browser before...". It's the opposite of pausing a script until an element is visible on a page. It takes Elements in the form of id, xpath or text search. Global $BrowserPort = 4242 Global $TimeOut = 60000 Global $LocalHost = "127.0.0.1" Func _FFWaitWhileElement($thiselement, $elementtype = "xpath",
-
Hi guys, I am very much a newbie, but I am slowly learning by writting simple scripts. #include <Clipboard.au3> #include <File.au3> #include <Msgboxconstants.au3> Const $test_url = "https://www.autoitscript.com/site/" Const $hFileOpen = FileOpen(@WorkingDir & "\TEMP.txt",$FO_OVERWRITE) ; Open FIREFOX at https://www.autoitscript.com/site/ ShellExecute("firefox.exe",$test_url) Sleep(60000) ; Allow the page to open - no rush Send("^a") ; Select ALL text Sleep(1000) ; Pause for 1 second Send("^c
-
Hi. I have the below script that I used the FF.au3 to control Firefox. However now I can't get MozRepl installed since it's no longer supported. I've got about 50 scripts like this for different website that I need to rewrite to control Firefox. I also connect to Lotus Notes to update some docs with the results of searches I do on these website. Does anyone have a good suggestion on what I can use to accomplish what I need done? I would love a way to temporarily get MozRepl back running because this is causing my team a lot of work at the moment. In the long run, I need something that w
-
hello! can anybody tell me is there any working udf for firefox? because the .15 version cant communicate with firefox. the first statement does not work . i know it worked because i tested it few months ago, but now its dead. after refresh firefox 2 weeks ago. is there any tip?