Expensive,
How can I do to update a frame with Selenium in VBA?
Refresh frame is an option that exists when you right-click on a frame.
I can not update the whole window, just the frame.
Expensive,
How can I do to update a frame with Selenium in VBA?
Refresh frame is an option that exists when you right-click on a frame.
I can not update the whole window, just the frame.
You did not send any code, nor did you clarify the browser, but I think it would work:
Dim Oxente As Selenium.ChromeDriver
Oxente.SwitchToFrame "identificador-da-frame" 'Vai para a frame
Oxente.Refresh
Oxente.SwitchToDefaultContent 'Retorna ao principal