How Selenium identify OBIEE objects(Flex Control)
Page 1 of 1 • Share •
How Selenium identify OBIEE objects(Flex Control)
We have a business intelligence system which is developed in OBIEE which basically use Flex control. When I am click on an OBIEE object it records as
Click sawc_d7fxe31pop as table and
click
sawc_d7fxe31pop
as source
when playback the above script it is giving following error message:
Element sawc_d7fxe31pop not found
Can anyone help me how should I identify OBIEE objects using selenium.
Thanks In Advance.
Uttam
Click sawc_d7fxe31pop as table and
when playback the above script it is giving following error message:
Element sawc_d7fxe31pop not found
Can anyone help me how should I identify OBIEE objects using selenium.
Thanks In Advance.
Uttam
uttam2010- Posts: 1
Join date: 2010-04-30
Re: How Selenium identify OBIEE objects(Flex Control)
Hi,
I think your locator id is dynamic in nature and generate different id every time it execute.
If it's is , you have to identify dynamic object differently. check the following post to get an idea:
http://seleniumforum.forumotion.net/selenium-ide-discussion-f3/how-to-locate-dynamic-element-t198.htm?highlight=dynamic
Hope this will help you. Best of luck.
Bye
I think your locator id is dynamic in nature and generate different id every time it execute.
If it's is , you have to identify dynamic object differently. check the following post to get an idea:
http://seleniumforum.forumotion.net/selenium-ide-discussion-f3/how-to-locate-dynamic-element-t198.htm?highlight=dynamic
Hope this will help you. Best of luck.
Bye
Similar topics» How Selenium identify OBIEE objects(Flex Control)
» Can not detect button in flex control bar
» Unable to identify the dynamic object
» to control of speed execute in selenium rc
» Unable to identify the dynamic object(check box, drop down box,Pop-up window and status image)
» Can not detect button in flex control bar
» Unable to identify the dynamic object
» to control of speed execute in selenium rc
» Unable to identify the dynamic object(check box, drop down box,Pop-up window and status image)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum

» sample webdriver code for php users
» which standalone server to use
» Dynamic Drop Down Selection
» It is possible to find list of all URL's exist in any web page in selenium ide
» It is possible to compare 2 same images in selenium IDE.
» how to compare 2 ULR's which is exist in same web page (View page source).
» Web Driver: Unable to click a link present inside the frame of a frameset
» Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case