Categories
5G Network
Agile
Amazon EC2
Android
Angular
Ansible
Arduino
Artificial Intelligence
Augmented Reality
AWS
Azure
Big Data
Blockchain
BootStrap
Cache Teachniques
Cassandra
Commercial Insurance
C#
C++
Cloud
CD
CI
Cyber Security
Data Handling
Data using R
Data Science
DBMS
Design-Pattern
DevOps
ECMAScript
Fortify
Ethical Hacking
Framework
GIT
GIT Slack
Gradle
Hadoop
HBase
HDFS
Hibernate
Hive
HTML
Image Processing
IOT
JavaScript
Java
Jenkins
Jira
JUnit
Kibana
Linux
Machine Learning
MangoDB
MVC
NGINX
Onsen UI
Oracle
PHP
Python
QTP
R Language
Regression Analysis
React JS
Robotic
Salesforce
SAP
Selenium
Service Discovery
Service Now
SOAP UI
Spark SQL
Testing
TOGAF
Research Method
Virtual Reality
Vue.js
Home
Recent Q&A
Feedback
Ask a Question
Which attribute you should consider throughout the script in frame for “if no frame Id as well as no frame name”?
Home
Selenium
Which attribute you should consider throughout the script in frame...
asked
Aug 19, 2019
in
Selenium
by
rahulsharma
Q:
Which attribute you should consider throughout the script in frame for “if no frame Id as well as no frame name”?
#selenium-for-load-testing
selenium-bot-detection
selenium-for-ios
ios-selenium
automated-visual-testing-
selenium
load-testing-selenium
python-selenium
selenium-online-training-videos
learning-selenium
-syllabus
selenium-tools-for-testing
selenium-element
Answer
▼ Show
1
Answer
0
votes
answered
Aug 20, 2019
by
john ganales
You can use…..driver.findElements(By.xpath(“//iframe”))….
This will return list of frames.
You will ned to switch to each and every frame and search for locator which we want.
Then break the loop
Selenium
Learn More with Madanswer
Related questions
0
votes
Q: Why testers should opt for Selenium and not QTP? Selenium is more popular than QTP as
asked
Aug 19, 2019
in
Selenium
by
rahulsharma
#selenium-for-load-testing
selenium-bot-detection
selenium-for-ios
ios-selenium
automated-visual-testing-
selenium
load-testing-selenium
python-selenium
selenium-online-training-videos
learning-selenium
-syllabus
selenium-tools-for-testing
selenium-element
0
votes
Q: Explain how you can switch back from a frame?
asked
Aug 19, 2019
in
Selenium
by
rahulsharma
#selenium-for-load-testing
selenium-bot-detection
selenium-for-ios
ios-selenium
automated-visual-testing-
selenium
load-testing-selenium
python-selenium
selenium-online-training-videos
learning-selenium
-syllabus
selenium-tools-for-testing
selenium-element
0
votes
Q: Explain how you can login into any site if it’s showing any authentication popup for password and username?
asked
Aug 19, 2019
in
Selenium
by
rahulsharma
#selenium-for-load-testing
selenium-bot-detection
selenium-for-ios
ios-selenium
automated-visual-testing-
selenium
load-testing-selenium
python-selenium
selenium-online-training-videos
learning-selenium
-syllabus
selenium-tools-for-testing
selenium-element
0
votes
Q: In which format does source view shows your script in Selenium IDE ?
asked
Aug 19, 2019
in
Selenium
by
rahulsharma
#selenium-for-load-testing
selenium-bot-detection
selenium-for-ios
ios-selenium
automated-visual-testing-
selenium
load-testing-selenium
python-selenium
selenium-online-training-videos
learning-selenium
-syllabus
selenium-tools-for-testing
selenium-element
0
votes
Q: From your test script how you can create html test report?
asked
Aug 19, 2019
in
Selenium
by
rahulsharma
#selenium-for-load-testing
selenium-bot-detection
selenium-for-ios
ios-selenium
automated-visual-testing-
selenium
load-testing-selenium
python-selenium
selenium-online-training-videos
learning-selenium
-syllabus
selenium-tools-for-testing
selenium-element
0
votes
Q: Explain how to iterate through options in test script?
asked
Aug 19, 2019
in
Selenium
by
rahulsharma
#selenium-for-load-testing
selenium-bot-detection
selenium-for-ios
ios-selenium
automated-visual-testing-
selenium
load-testing-selenium
python-selenium
selenium-online-training-videos
learning-selenium
-syllabus
selenium-tools-for-testing
selenium-element
0
votes
Q: What if you have written your own element locator and how would you test it?
asked
Aug 19, 2019
in
Selenium
by
rahulsharma
#selenium-for-load-testing
selenium-bot-detection
selenium-for-ios
ios-selenium
automated-visual-testing-
selenium
load-testing-selenium
python-selenium
selenium-online-training-videos
learning-selenium
-syllabus
selenium-tools-for-testing
selenium-element
...