Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged Selenium

0 votes
1.1k views
1 answer
    The release notes for ChromeDriver 2.33 says that ""Fixes a bug which caused Resizing/Positioning Window ... provide any stacktrace information) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am trying to scrape a Wine data from vivino.com and using selenium to automate it and scrape as many data ... my web search. Thanks in advance See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I recently upgraded my chrome version to 60 and chromedriver to version 2.31. Post that I have started getting the ... Bindings Geb - 0.13.1 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    Do you know any webapps/online tests/online firewalls that are trying to detect if user is using selenium/ ... that it is undetectable. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have succeeded in getting Python with Selenium and PhantomJS to reload a dynamically loading infinite scrolling page, ... )) text_file.close() See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I am writing some UI tests using Selenium and i have a JavaScript Tree control, using the Dojo toolkit. I have ... as to how to do it? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I need to test Firefox using an extension. I want to automate the test and visit several websites. I ... How to install it permanently? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am working on a web application, in which clicking on some link another popup windows appears. The pop ... processing on original/Base page. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm looking for more elegant way to refresh webpage during tests (I use Selenium2). I just send F5 ... solution for finding element on manually refreshed page Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I was trying to find a way to launch all features in Karate testing through maven using an external variable to set up ... my same needs and how can I solve it? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have a piece of HTML like this: <a href="/something"> Title <span>Author</span> </a> I got a WebElement ... it? Method .getText() returns "Title Author"... Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I am trying to run Selenium tests on Debian 7 but without success. The error is: unknown error: Chrome failed ... what is going on would be appreciated. Thanks Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.1k views
1 answer
    when I use Selenium to do automation testing, I hit an issue, here are all scenarios: There are several tabs ... implicit: 0, pageLoad: 300000, script: 30000}} Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    My question is about specifics of using dot and text() in XPath. For example, following find_element lines returns same ... and drawbacks of using . and text()? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    When 2 tests are running in Chrome, i have observed that too many Google Chrome(32 Bit) processes are running ... , Is this a correct behavior of Chome Driver Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am now learning Selenium and have met a problem. I am aware that Selenium supported old Firefox ... .firefox.marionette or wires.exeand geckodriver.exe? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I added geckodriver.exe into PATH as you can see on this image and i restarted my computer after. But the error ... Do you have clues about what I did wrong ? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Can anyone tell me how to write test case for a link to download pdf file using jasmine framework ? Thanks in advance. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    When I executing the following code: public static void main(String[] args) { try { FirefoxDriver driver = new ... to find the solution or reason for this? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    ChromeDriver is working on my system even though I don't have Chrome or Chromium installed. Based on the name ... Edit: Whoops, Chromium is installed after all. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    Actually I'm a bit confused. Although I read several resources about this. For having a test of ... versions matching between the ChromeDriver & ChromeBrowser? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.9k views
1 answer
    I am using selenium to run chrome headless with the following command: system "LC_ALL=C google-chrome -- ... there is some workaround. Thanks in advance. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    Here is my code: package Basics; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome. ... help is highly appreciated. Thanks in advance Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I am trying to connect to a Tor browser but get an error stating "proxyConnectFailure" any ideas ... .save_screenshot("screenshot.png") interactWithSite(driver) Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I am currently new to robot framework.I am currently using latest window version of chrome and chromedriver which ... me with this.Thank you! Screenshots below: Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
948 views
1 answer
    It says ChromeDriver is a standalone server that implements the W3C WebDriver standard It looks like W3C WebDriver ... chrome or just an extension of Chrome? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am working with the Selenium WebDriver 2.25.0 on multilingual web application & mainly test the page ... Thanks in advance for your valueable suggestions. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...