Timed out receiving message from renderer: 0.100 log messages using...
We recently upgraded our test environment with ChromeDriver v80.0.3987.16 and Chrome v80.0.3987.87 (Official Build) (64-bit) and after the upgradation even the minimal program is producing a lot of...
View ArticleClicking on a button with changing xpath
I just started working with Selenium webdriver to try automate clicking a button in a discord chat based on preconditions. The problem I am having is being able to classify this button.For starters,...
View ArticleWhy can't selenium find this seemingly simple element from my xpath?
I'm fairly new to Selenium, but this bug is just knocking my knickers! I'm trying to code a bot to click the like button on the first 10 photos in my Instagram feed. I just copied and pasted the XPath...
View ArticleCan not login into google account because of "insufficient browser" error...
I have bunch of google account where I need to login and get apps ids from developer console. Within around 30 accounts I have 3 accounts where I can not login getting message "You are trying to sign...
View ArticleIssue selecting button by xpath, Python, tinder
I struggle to select the Tinder like button. I just copied the Xpath from the web version of tinder. It works for the Dislike button not for the like button. I've also tried to add a sleep button in...
View ArticleI am getting error for isDisplayed method?
if (driver.findElement(By.id(id)).isDisplayed()) {}Always execution is failed when element is not available?Environment:Appium 1.15.1java Client 7.3.0selenium-java 3.141.59error logs:Android Loding...
View ArticlePython selenium grecaptcha_cfg Callback
I successfully receive the recaptcha response, but since there isn't a submit button i'm thinking i need to send it via a callback. I'm using the below command to send the response, but it's coming...
View ArticleVerify Order Of HTML Elements With Attribute Values Such as...
In my Selenium/C#/NUNIT project, I need to find a way to validate the order (top down hierarchy of a page's HTML) for a group of HTML elements (as well as the elements contained within those groups)....
View ArticleSelenium ChromeDriver ssl_client_socket_impl.cc(941) handshake failed
I'm currently using Python37 under Windows 32-bit with Chrome Version 80.0.3987.100 under an enterprise controlled environment. It actually opens Chrome with the selected user profile but DevTools is...
View ArticleTestNG - providing parameters for class level test
I am running tests using TestNG, Java & Eclipse work-space. I can run tests in a number of ways. I can run a TestNG file, or I can run individual classes. If I run from an individual class, the...
View Articleselenium find specific argument python
Hei thereI'm trying to automatically push a button, but I don't seem to find the right location with Selenium selectors. It's the one nested and called 'submit'. What do I do?<button...
View ArticleCaptcha in my browser, but HTTP ERROR 429 using Selenium Python
I want to scrap rusprofile.ru using Selenium chromedriver Python. This site has a recaptcha, I know that. I want to connect a captcha recognition service. But for some reason, captcha appears only in...
View ArticleButtons in seleium
I'm trying to automate this website where you can take quizzes. I tried to automate to press a button, but I can't.<div _ngcontent-tasso-universal-c22 class="tass-tart-quiz__button"><button...
View ArticleI can not select list item in selenium
What is the script for selenium in li Tag .I used Xpath in selenium. driver.findElement(By.xpath(" //*[@id='select2-product_cat-container']")).click() ; but it is not working.[This image is web code...
View ArticleHow to ignore ssl certificate in codeception chrome headless browser?
I added in acceptance.suite.ymlchromeOptions: args: ["--headless", "--disable-gpu","--test-type","--ignore-certificate-errors"], but no luck? what can i do nowdescription edit:When i start tests in...
View ArticleEncountered internal error running command: Error: Cannot start the...
Java code DesiredCapabilities cap = new DesiredCapabilities(); cap.setCapability("deviceName", "Pixel3Test"); cap.setCapability("platformName", "Android"); cap.setCapability("platformVersion",...
View ArticleScraping content from infinite scroll website
I am trying to scrape the links in a webpage with infinite scrolling. I am able to fetch only the links on the first pane. How to proceed ahead so as to form a complete list of all the links. Here is...
View ArticleWhile running the script in my console shows like this my chrome and chrome...
While running the script in my console shows like this my chrome and chrome driver version is 80 so what's the solution for this warnings???
View ArticleSelenium Java - Proxy authentication ( username - password )
I already googled MANY solution for this problem, they are outdated or not working. I need to start my browser through a proxy server "server:port" when the authentication is...
View ArticleError running 'webdriver-manager start' on Windows 8.1
I am attempting to run end-to-end test for an angular project using protractor and am getting the following error when I run the command 'webdriver-manager start'I have run webdriver-manager update,...
View Article