python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to fix a Deprecation Warning, Firefox ProfilesIni has been deprecated in java
I want to use my custom Firefox profile and I'm getting a Deprecation Warning on
ProfilesIni myProfile = new ProfilesIni();
@SuppressWarnings. How do I fix this issue.
import org.openqa.selenium.WebD...
rich25
Votes: 0
Answers: 2
Is there a way to only load needed objects in Selenium Python
For my project I have to log in a lot, only now I want to speed up that process by only loading what I need. (so no images and CSS and if possible also some divs not)
Is there a way to achieve that?
Renza Polza
Votes: 0
Answers: 1
I want navigator.webdrivers set false or undefined in selenium.firefox
I want navigator.webdrivers set false or undefined in selenium.firefox.
Geckodriver version : 0.30.0
Firefox version : 95.0.2
Selenium version : 4.1.0
This problem's solution in Chrome.
Coptions = new...
RACENI
Votes: 0
Answers: 0