Hi,
When i run my workflow with auteros agent, the run fails.
My workflow opens a chrome page to make a succession of action.
With auteros studio my workflow run successfully, but with the agent my page is automatically closed.
I'm attaching the last log file of my agent botrun.
Could you please, help me to fix the problem ?
BotRun_01052021001104_Main_Log
.json
Download JSON • 6KB
Thank you.
Hi,
"Info": "Cannot find elements by the selector '//*[@id='username']' using the engine 'Selenium' within '30000' ms
I see this in log, you can check again the selector, the bot can't find the ui element with this selector.
Thank you.
Hi Neo,
Thank you for your answer.
I fixed the problem.
As I said my chrome page was closed automatically, that's why the workflow couldn't find the selector.
I changed the chrome driver and the workflow now working correctly with auteros agent.
Thank you.
You can disable the auto update of Google service, so you don't need to change driver.
Hi Neo,
The version of my chrome driver didn't change.
The driver you give with your package of auteros agent and studio is not compatible with recent versions of chrome browser.