Jump to content

Recommended Posts

Posted

Hello everyone and thank you in advance for your help.

Bottom line: the site displays information

photo_2023-05-04_18-18-58.jpg.8e64a6e963639b6dbeb629dd0fe6d445.jpg

then asks randomly for a few lines

photo_2023-05-04_18-18-59.jpg.7c7bde6c3b454d544cc4898eac2f7660.jpg

with a JS easy to do, like this:

const listArray = document**.querySelectorAll('div.relative > span.absolute'); listArray.forEach(function (element) { element.innerText})**;

But how to combine JS and AutoIT, or how to solve this task in general? I've never worked with browser-based automation. Thank you :3

Posted

Which browser ?

Did you try with WD UDF ?

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted
  On 5/10/2023 at 10:06 AM, TendernessCup said:

custom browser

Expand  

Ok. But which exat ?
InternetExplorer ? FireFox ? Google Chrome ? Edge ? Edge + IE Mode ? Opera ? ..... ????
And which version ?

  On 5/10/2023 at 10:06 AM, TendernessCup said:

what is WD UDF? tell me please

Expand  

https://www.autoitscript.com/wiki/WebDriver

 

  On 5/4/2023 at 8:53 PM, TendernessCup said:

But how to combine JS and AutoIT, or how to solve this task in general? I've never worked with browser-based automation.

Expand  

did you try anything with AutoIt in this regards ? What did you try so far ?

 

btw.
:welcome: to logo_autoit_210x72.svg  forum.

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted
  On 5/10/2023 at 11:24 AM, mLipok said:

Ok. But which exat ?
InternetExplorer ? FireFox ? Google Chrome ? Edge ? Edge + IE Mode ? Opera ? ..... ????
And which version ?

https://www.autoitscript.com/wiki/WebDriver

 

did you try anything with AutoIt in this regards ? What did you try so far ?

 

btw.
:welcome: to logo_autoit_210x72.svg  forum.

Expand  

thank you for you help, i really appreciate it!

1. I use antidetect browser "dolphin anty" which is based on chrome, with many profiles (account's), so as i understand - WebDriver will not work in this case, but maybe i am wrong. I never worked with it, so i really don't know.

2. My attempts to run the javascript were unsuccessful, apparently it needs WebDriver or something.
At the moment I can only see a solution through OCR or picture comparison, but I'm sure there is a more elegant solution.

Hope for your help :3

 

 

Posted (edited)

As so far I found:
https://www.proxyrack.com/blog/what-is-dolphin-anty-browser/

If this is chrome based ..
IMO (note tested) you should be able to automate it with SetupChrome() the only change yous should to do is to manually add Capaiblity to point to desired browser EXE

in stack sites  here I found (as so far) the only one mention related to this browser and webdriver
https://stackoverflow.com/questions/73522500/headless-mode-in-api-dolphin-anty-selenium

 

 

EDIT:
https://stackoverflow.com/questions/tagged/dolphin-browser

EDIT2:
https://stackoverflow.com/questions/74488576/how-to-automate-dolhin-anty-playwright-python

Edited by mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted
  On 5/11/2023 at 9:18 AM, mLipok said:

As so far I found:
https://www.proxyrack.com/blog/what-is-dolphin-anty-browser/

If this is chrome based ..
IMO (note tested) you should be able to automate it with SetupChrome() the only change yous should to do is to manually add Capaiblity to point to desired browser EXE

in stack sites  here I found (as so far) the only one mention related to this browser and webdriver
https://stackoverflow.com/questions/73522500/headless-mode-in-api-dolphin-anty-selenium

 

 

EDIT:
https://stackoverflow.com/questions/tagged/dolphin-browser

EDIT2:
https://stackoverflow.com/questions/74488576/how-to-automate-dolhin-anty-playwright-python

Expand  

thank you very much! but i am pretty novice at it all, can you help me to to that?

  • Moderators
Posted

@TendernessCup This appears to be solving some sort of Captcha, is that correct?

 

                                        =====Note to others. This is a Mod stepping into a thread, stay out until the Okay is given=====

 

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

  • Developers
Posted
  On 5/15/2023 at 1:29 PM, TendernessCup said:

no, but in future problem of captcha can appear

Expand  

That really doesn't make any sense.

This topic is closed and please not not open another topic with the same or similar question.

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

  • Jos locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...