Now I use open browser but chrome not show window that work but run background in tab chrome.
I can’t see step.
Please guide me for solve it.
Thank you
Now I use open browser but chrome not show window that work but run background in tab chrome.
I can’t see step.
Please guide me for solve it.
Thank you
You will have to use WebDriver for this. Here is one of the finest tutorial for this.
Another one:
Thanks,
Ashok
@ashokkarale I set webDriver it it good.
But download file don’t ask where to save each file before downloading.
It save default path.
Please guide me for solve it.
But If not use webDriver can popup ask where to save file.
As this will be invisible you cannot click on it. You have option to set it automatically download it to default Download folder and retrieve from there on the latest timestamp basis.
If you have to click on any button on webpage use input method SimulateClick
Documentation:
Headless automation does not rely on visual elements. As such, the WebDriver protocol doesn’t actually open a visible browser window when it is used in Headless mode. Because of this, Headless automation cannot function with some activities which use hardware events (such as Click or Type Into) in their default state. They must be configured to use the SimulateClick, SimulateType, or SimulateHover properties, or the Send Window Messages property.
Thanks,
Ashok
@ashokkarale It I set webDriver to webbGUI?
It will be visible browser in this case.
But download file don’t ask where to save each file before downloading.
It save default path.
Hey @Stef_99
Just goto the Chrome browser → Three Dots(Top Right)–> Settings → Downloads → Change the Default location path & turn off Ask Where to Save option!
Screenshot for your reference:
Now you are good to go!, the file will be saved in your destination location.
Regards,
Ajay Mishra
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.